/* ============================================================
   tokens.css — design system custom properties (app-agnostic)
   Colors, gold shades, and font stacks shared by every app.
   ============================================================ */
:root{
  --void:#070b18;
  --midnight:#0b1430;
  --panel:#0e1838;
  --panel-line:#1c2c5c;
  --gold:#d4af37;
  --gold-bright:#f0d178;
  --gold-dim:#9c803a;
  --parchment:#e9e0c8;
  --slate:#8a97bd;
  --oxblood:#5e1622;
  --display:'Cinzel',Georgia,serif;
  --body:'Inter',system-ui,sans-serif;
  --mono:'JetBrains Mono',ui-monospace,monospace;
}
