.totals {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.totals {
  align-items: center;
  display: flex;
  font-family: futura-pt-bold, sans-serif;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.totals * {
  line-height: 1;
}

.totals > * + * {
  margin-left: 2rem;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}