.totals {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.totals * {
  line-height: 1;
}

.totals__total-value {
  font-size: 1.8rem;
}
