/* ============================================================
   RIVER JUDE — DESIGN TOKENS
   The single source of truth for color, type, and layout.
   Imported by every page, including the admin app.
   Do not hardcode hex values anywhere else.
   ============================================================ */

:root{
  --ink:#0B0A14;
  --panel:#14101F;
  --panel-2:#1B1530;
  --magenta:#FF2E8B;
  --coral:#FF7A3C;
  --amber:#FFC24B;
  --cyan:#2DE2E6;
  --paper:#F2EDE4;
  --lavender:#9B8FB0;
  --line:rgba(242,237,228,.12);
  --display:"Big Shoulders Display", Impact, sans-serif;
  --body:"Space Grotesk", system-ui, sans-serif;
  --mono:"Space Mono", ui-monospace, monospace;
  --maxw:1120px;
}
