@use "design";

.savingsHeader {
  background: design.$color-surface;
  color: design.$color-on-surface;

  .currentBalance {
    font-size: 2.4em;
  }

  svg {
    height: 55px;
    width: 55px;
  }
}
