/* ============================================================
   tokens.css — SINGLE SOURCE OF TRUTH for theme.
   Edit colors/fonts here; every page + the dot engine read these.
   theme.js also sets these inline for bulletproof repaint.
   ============================================================ */
:root, html[data-theme="dark"]{
  --ink:#f4f1ea; --ink2:#b9b9c4; --bg:#0a0a0c; --bg2:#0d0d13;
  --gray:#7d7d86; --line:#1c1c22; --card:#0c0c0f; --navbg:#0a0a0ce6;
  --dotc:#ffffff10; --accent:#ff3dc6;
}
html[data-theme="light"]{
  --ink:#1b1b22; --ink2:#3a3a44; --bg:#efe9dc; --bg2:#f6f1e6;
  --gray:#777063; --line:#dcd5c6; --card:#f6f1e6; --navbg:#efe9dce6;
  --dotc:#1b1b2212; --accent:#d61f9e;
}
:root{
  --font-display:'Doto','IBM Plex Mono',ui-monospace,monospace;
  --font-mono:'IBM Plex Mono',ui-monospace,monospace;
  --maxw:1180px; --radius:14px;
}
