/* ============================================================
   base/typography.css — heading font, eyebrow label, editorial helpers
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.eyebrow {
  color: hsl(var(--primary));
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.text-display { font-family: var(--font-display); font-weight: 300; letter-spacing: -0.015em; }
.text-editorial { font-family: var(--font-display); font-weight: 300; line-height: 1.625; }
.italic { font-style: italic; }
.muted { color: hsl(var(--muted-foreground)); }
