/* ============================================================
   INTERLOCK — design tokens
   Single source of truth for color, type, and spacing decisions.
   ============================================================ */
:root{
  --bg:#0a0d0c;
  --bg-2:#0e1311;
  --panel:#10161420;
  --line:#1d2622;
  --line-bright:#2b3a33;
  --text:#e8edea;
  --text-dim:#94a39b;
  --text-faint:#5c6b63;
  --green:#36f28b;
  --green-dim:#1f8f55;
  --amber:#ffb443;
  --red:#ff5d5d;
  --mono:'IBM Plex Mono',ui-monospace,monospace;
  --sans:'Inter',system-ui,sans-serif;
  --disp:'Space Grotesk',system-ui,sans-serif;
}
