/**
 * Typography — Manrope (loaded via header preconnect + stylesheet)
 */

body {
  font-family: var(--font-sans);
  font-size: var(--font-size-base);
  line-height: var(--line-height-body);
  color: var(--color-text);
  font-weight: var(--font-weight-regular);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--color-primary);
  line-height: var(--line-height-tight);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.03em;
  margin: 0 0 var(--space-md);
}

h1 {
  font-size: var(--font-size-3xl);
}

h2 {
  font-size: var(--font-size-2xl);
}

h3 {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  font-weight: var(--font-weight-semibold);
}

p {
  margin: 0 0 var(--space-md);
  color: var(--color-muted);
}

.lead {
  font-size: var(--font-size-md);
  line-height: var(--line-height-body);
  color: var(--color-muted);
  max-width: 36rem;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: var(--space-sm);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.section-title {
  margin-bottom: var(--space-sm);
}

.section-intro {
  margin-bottom: 0;
  max-width: 40rem;
}
