/* The Union Trilogy — Typography · v2.0
   Five faces, five jobs. Display=titles, Marker=one pull line, Body=all copy,
   Chalk=byline only, Long-form=any single passage over 150 words.

   THE 150-WORD RULE (v2.0). Courier Prime is the running face, and it stops being the
   running face at 150 words. A sample chapter, a long About page, a legal page sets in
   EB Garamond. Monospace at reading size runs ~40% fewer characters per line and produces
   measurable fatigue. The typewriter keeps its job, and its job is not four thousand
   words on a phone. */
:root {
  /* ---- Families ---- */
  --font-display: 'Oswald', sans-serif;           /* 600–700, ALL CAPS, condensed */
  --font-marker:  'Permanent Marker', cursive;    /* signal-red, one line per view, rotate ~ -1deg */
  --font-body:    'Courier Prime', monospace;     /* typewriter voice — running copy & labels, <150 words */
  --font-chalk:   'Caveat', cursive;              /* the author signature ONLY, rotate ~ -1.5deg */
  --font-stamp:   'Special Elite', monospace;     /* tape labels / status stamps */
  --font-longform:'EB Garamond', serif;           /* any single passage over 150 words */

  /* ---- Type scale (web, px) ---- */
  --fs-display-xl: clamp(46px, 6vw, 82px); /* @kind font */  /* hero */
  --lh-display-xl: 0.92; /* @kind font */
  --fs-display-l:  clamp(32px, 4vw, 52px); /* @kind font */  /* section H2 */
  --lh-display-l:  1.0; /* @kind font */
  --fs-heading:    20px; /* @kind font */   /* Oswald 600, 18–22px range */
  --lh-heading:    1.1; /* @kind font */
  --fs-body:       16px; /* @kind font */   /* Courier Prime */
  --lh-body:       1.8; /* @kind font */
  --fs-longform:   19px; /* @kind font */   /* EB Garamond — over 150 words */
  --lh-longform:   1.6; /* @kind font */
  --fs-body-sm:    14px; /* @kind font */
  --lh-body-sm:    1.75; /* @kind font */
  --fs-caption:    12px; /* @kind font */   /* ALL CAPS, tracked */
  --lh-caption:    1.6; /* @kind font */

  /* ---- Weights ---- */
  --fw-display:    700; /* @kind font */
  --fw-display-sub:600; /* @kind font */
  --fw-body:       400; /* @kind font */
  --fw-body-bold:  700; /* @kind font */

  /* ---- Tracking ---- */
  --track-display: 0.02em; /* @kind font */
  --track-heading: 0.04em; /* @kind font */
  --track-caption: 0.18em; /* @kind font */   /* captions / meta */
  --track-label:   0.24em; /* @kind font */   /* section labels (§ 02 — Color) */
  --track-tag:     0.14em; /* @kind font */   /* stamp tags */

  /* ---- Rotations (the "cut-and-pasted" hand) ---- */
  --rot-marker:  -1deg; /* @kind other */
  --rot-chalk:   -1.5deg; /* @kind other */
  --rot-tape:    -2deg; /* @kind other */
}

/* Never use Oswald or Permanent Marker inside the BOOK. Those are cover and screen faces.
   The interior sets in EB Garamond (body, true small caps, old-style figures) and
   American Typewriter / Courier Prime (display, heads, folios, datelines, documents). */
