h1,
h2,
h3,
h4,
.section-title,
.nav-link,
.btn--display {
  font-family: var(--font-display);
  font-weight: normal;
  line-height: var(--leading-tight);
  color: var(--color-text);
}

h1 {
  font-size: var(--text-hero);
}

h2,
.section-title {
  font-size: var(--text-2xl);
  color: var(--color-accent);
}

h3 {
  font-size: var(--text-xl);
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text-muted);
  max-width: 42rem;
  margin-top: var(--space-3);
}

.text-highlight {
  color: var(--color-gold-border);
}

.text-muted {
  color: var(--color-text-muted);
}

.text-small {
  font-size: var(--text-sm);
}

.label {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent-soft);
}
