/* ============================================================
   Sunlight & Shelter — Typography Tokens
   Display: Bricolage Grotesque  ·  Body/UI: Nunito Sans
   Serif accent: Marcellus  ·  Editorial display: Sansita
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;
  --font-body:    "Nunito Sans", system-ui, -apple-system, sans-serif;
  --font-serif:   "Marcellus", "Cormorant Garamond", Georgia, serif;
  --font-editorial: "Sansita", "Marcellus", Georgia, serif;
  --font-mono:    "Nunito Sans", ui-monospace, "SF Mono", Menlo, monospace;

  /* ---- Type scale (1.250 major-third-ish, tuned) ---- */
  --text-2xs:  0.6875rem;  /* 11px */
  --text-xs:   0.75rem;    /* 12px */
  --text-sm:   0.875rem;   /* 14px */
  --text-base: 1rem;       /* 16px */
  --text-md:   1.125rem;   /* 18px */
  --text-lg:   1.375rem;   /* 22px */
  --text-xl:   1.75rem;    /* 28px */
  --text-2xl:  2.25rem;    /* 36px */
  --text-3xl:  3rem;       /* 48px */
  --text-4xl:  3.875rem;   /* 62px */
  --text-5xl:  5rem;       /* 80px */

  /* ---- Weights ---- */
  --weight-light:    300;
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;
  --weight-extra:    800;

  /* ---- Line heights ---- */
  --leading-tight:   1.05;
  --leading-snug:    1.18;
  --leading-heading: 1.12;
  --leading-normal:  1.5;
  --leading-relaxed: 1.65;

  /* ---- Letter spacing ---- */
  --tracking-tight:  -0.02em;
  --tracking-snug:   -0.01em;
  --tracking-normal: 0;
  --tracking-wide:   0.04em;
  --tracking-eyebrow:0.18em;  /* MARCELLUS / NUNITO all-caps eyebrows */
}
