/* ===========================================================================
   ÎLE DES EMBIEZ — Typography tokens
   Three voices:
   · Byrd Black  — display titles, ALL-CAPS, tight & heavy (the brand shout)
   · Espiritu Script — emotional one-liners, taglines, signatures
   · Libre Baskerville — running editorial body copy (serif)
   Byrd Medium covers eyebrows / labels / UI.
   =========================================================================== */

:root {
  /* ---- Families --------------------------------------------------------- */
  --font-display: "Byrd", "Arial Narrow", system-ui, sans-serif; /* 900 */
  --font-label:   "Byrd", system-ui, sans-serif;                 /* 500 */
  --font-script:  "Espiritu Script", "Snell Roundhand", cursive;
  --font-body:    "Libre Baskerville", Georgia, "Times New Roman", serif;

  /* ---- Weights ---------------------------------------------------------- */
  --weight-label:   500;
  --weight-display: 900;

  /* ---- Type scale (px @ 16 base) --------------------------------------- */
  --fs-display-xl: 88px;
  --fs-display-l:  64px;
  --fs-display-m:  44px;
  --fs-display-s:  30px;
  --fs-title:      22px;
  --fs-body-l:     20px;
  --fs-body:       17px;
  --fs-body-s:     15px;
  --fs-label:      13px;
  --fs-label-s:    11px;
  --fs-script-xl:  84px;
  --fs-script-l:   54px;
  --fs-script-m:   36px;

  /* ---- Line heights ----------------------------------------------------- */
  --lh-tight:   0.95;   /* @kind other */
  --lh-display: 1.02;   /* @kind other */
  --lh-snug:    1.25;   /* @kind other */
  --lh-body:    1.62;   /* @kind other */

  /* ---- Tracking --------------------------------------------------------- */
  --ls-display: -0.01em;
  --ls-label:    0.18em;   /* eyebrows are widely letter-spaced              */
  --ls-label-s:  0.22em;
  --ls-body:     0em;
}
