.display {
  font-family: var(--font-display);
  font-size: var(--text-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1,
.h1 {
  font-family: var(--font-display);
  font-size: var(--text-h1);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.038em;
}

h2,
.h2 {
  font-size: var(--text-h2);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.032em;
}

h3,
.h3 {
  font-size: var(--text-h3);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

h4,
.h4 {
  font-size: var(--text-h4);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.body-lg,
.lead {
  font-size: var(--text-body-lg);
  line-height: 1.65;
  color: var(--text-secondary);
}

.body,
p {
  font-size: var(--text-body);
  line-height: 1.65;
}

.small {
  font-size: var(--text-small);
  line-height: 1.5;
}

.caption {
  font-size: var(--text-caption);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--text-secondary);
}

.muted {
  color: var(--text-secondary);
}

.balance {
  text-wrap: balance;
}
