/* Blotterbook design tokens — the single source of truth for colors + fonts.
   Imported by site.css (info/admin pages) and app/app.css (the app), and linked
   directly by the bespoke homepage (index.html). Edit values ONLY here. */
:root{
  --bg:#0d1014; --panel:#151a21; --panel2:#1b212a; --line:#262d38;
  --txt:#d6dde6; --dim:#8a94a3; --faint:#5b6470;
  --green:#3fb950; --green-bg:rgba(63,185,80,.14);
  --red:#f04a4a;   --red-bg:rgba(240,74,74,.14);
  --accent:#6aa0ff; --take:#c98bff; --warn:#e3b341;
  --mono:"SF Mono",SFMono-Regular,ui-monospace,Menlo,Consolas,"Liberation Mono",monospace;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
