/* Design tokens — single source of truth for colour, type, motion
   ------------------------------------------------------------ */
@property --amp { syntax: '<number>'; inherits: true; initial-value: 0; }

:root{
  --ink:#0a1114;
  --ink-2:#0e181c;
  --film:#131f24;
  --film-edge:#1d2f36;
  --dim:#3f5a63;
  --mid:#7e9aa3;
  --bright:#e4f6f8;
  --energy:#f2a23c;
  --energy-low:#e0574f;
  --c-emotion:#f2789a;
  --c-claim:#e8c24a;
  --c-fallacy:#9b8cf0;
  --c-source:#58c7e0;
  --hud:"JetBrains Mono", ui-monospace, monospace;
  --display:"Baloo 2", system-ui, sans-serif;
}
