.label-caps {
  font-family: var(--font-body);
  font-size: var(--text-label);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.headline-md {
  font-family: var(--font-display);
  font-size: var(--text-headline-md);
  font-weight: 600;
  line-height: 1.3;
}

.headline-sm {
  font-family: var(--font-display);
  font-size: var(--text-headline-sm);
  font-weight: 600;
  line-height: 1.4;
}

.body-lg {
  font-size: var(--text-body-lg);
  line-height: 1.6;
}

.body-md {
  font-size: var(--text-body-md);
  line-height: 1.6;
}

.section-header {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: var(--space-12);
}

.section-header__divider {
  width: 4rem;
  height: 1px;
  background: var(--color-outline);
  margin: var(--space-6) auto 0;
}

.section-header__desc {
  color: var(--color-on-surface-variant);
  margin-top: var(--space-4);
}
