/* ============================================================
   base.css — shared design tokens (single source of truth)
   Loaded FIRST (before page-specific CSS) on every page so the
   palette never drifts between index / prompts / eid.
   ============================================================ */
:root {
  --black:  #0A0A0A;
  --red:    #C0160C;
  --cream:  #F5F4F0;
  --ink:    #111111;
  --muted:  #6a6a6a;   /* WCAG AA 4.5:1 on cream (was #888 = 3.8:1) */
  --border: #E2E0DA;
  --soft:   #fafaf7;   /* subtle off-white surface (used by the Eid tool) */
}
