/* TFTKIT design tokens — single source of truth for both the landing page
   and every tool. The tool pages import this first, then their own sheet,
   so a tool may override but never has to redefine the palette. */
:root{
  --bg:#0b0e14; --panel:#131822; --panel2:#1b2130; --edge:#28303f;
  --txt:#e6edf3; --dim:#8b97a8; --acc:#4ade80; --acc2:#60a5fa; --red:#f87171;
  --c1:#9aa4b2; --c2:#2dd4a7; --c3:#60a5fa; --c4:#c084fc; --c5:#fbbf24;
  --bronze:#b4785a; --silver:#a8b6c4; --gold:#e0b243; --prism:#8de3f0;
  --font:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
