/* ============================================================
   WagonWorksAI Design Tokens · from The Almanac, Style No. 3
   Pigments, lettering, spacing. Change these, change everything.
   ============================================================ */

:root {
  /* Pigments — trail by day, campfire by night */
  --cream:   #faf6ef;  /* Trail Cream — page ground */
  --panel:   #f2ecdf;  /* Parchment — cards, alt sections */
  --parch:   #fbf3e2;  /* Deed paper — tickets, certificates */
  --ink:     #1d2a3a;  /* Ink Navy — text, night ground */
  --night2:  #16202e;  /* Deep night — campfire gradient base */
  --sunrise: #d96c2c;  /* Sunrise — the AI, one CTA per screen */
  --ember:   #ffb27d;  /* Ember — hot lines on night ground ONLY */
  --sky:     #2e5f8a;  /* Big Sky — links, italic emphasis */
  --saddle:  #8a6f4d;  /* Saddle — captions, meta */
  --line:    #d8cfbc;  /* Split Rail — borders, rules */
  --green:   #2c6e49;  /* Homestead — savings, the always-list */
  --rust:    #8a3b2c;  /* Assay Rust — stamps, the never-list */

  /* Lettering */
  --display: 'Fraunces', Georgia, serif;
  --sans: 'Public Sans', 'Segoe UI', sans-serif;
  --wonk-on:  "SOFT" 85, "WONK" 1;   /* emotional turns only */
  --wonk-off: "SOFT" 40, "WONK" 0;   /* everything else */

  /* Rhythm */
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 40px; --s5: 64px; --s6: 96px;
  --radius: 10px;
  --border: 2.5px solid var(--ink);

  /* Letterpress shadow — hard, no blur, ever */
  --press: 0 4px 0 var(--ink);
}
