:root {
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Inter", Arial, sans-serif;

  /* Semantic families */
  --font-title: var(--font-display);
  --font-body: var(--font-sans);
  --font-meta: var(--font-sans);

  /* Display scale — fluid, poster-derived */
  --text-hero: clamp(64px, 11vw, 160px);
  --text-section: clamp(42px, 6vw, 80px);
  --text-display-sm: clamp(32px, 4vw, 48px);
  --text-quote: clamp(24px, 3vw, 38px);

  /* Body + metadata scale */
  --text-lead: 22px;
  --text-body: 18px;
  --text-body-sm: 16px;
  --text-meta: 14px;
  --text-eyebrow: 12px;
  --text-micro: 11px;

  /* Weights */
  --weight-display: 400;
  --weight-body: 400;
  --weight-medium: 500;
  --weight-semibold: 600;

  /* Line heights */
  --leading-display: .9;
  --leading-title: 1.05;
  --leading-body: 1.55;
  --leading-tight: 1.3;

  /* Letter spacing — the wide caps tracking is the brand's loudest typographic signal */
  --tracking-display: 0em;
  --tracking-caps-wide: .2em;
  --tracking-caps-wider: .34em;
  --tracking-body: 0em;
}
