:root {
  /* ---- Families ---- */
  --font-display: "Playfair Display", "Times New Roman", serif;   /* headings */
  --font-subhead: "Cormorant Garamond", Georgia, serif;           /* subheadings, editorial accents */
  --font-body: "Inter", -apple-system, sans-serif;                /* body copy */
  --font-button: "Poppins", "Inter", sans-serif;                  /* buttons, labels */

  /* ---- Scale (desktop) ---- */
  --text-hero: clamp(56px, 7vw, 104px);   /* editorial hero */
  --text-h1: 64px;
  --text-h2: 44px;
  --text-h3: 30px;
  --text-h4: 22px;
  --text-lead: 20px;      /* Cormorant lead / intro lines */
  --text-body: 16px;
  --text-small: 14px;
  --text-caption: 12px;

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

  /* ---- Line heights ---- */
  --leading-display: 1.08;
  --leading-heading: 1.15;
  --leading-body: 1.7;

  /* ---- Letter spacing ---- */
  --tracking-display: -0.01em;
  --tracking-eyebrow: 0.28em;   /* uppercase gold eyebrows */
  --tracking-button: 0.14em;    /* uppercase button labels */
}
