/* King of Stats design tokens. Single source: linked by index.html and the legal pages.
   Light theme: white page, deep pitch-green accent. Product mockups stay dark and
   re-declare these vars locally in index.html (.dui, .oc .shot, .wc-viz). */
:root{
  --bg:#ffffff; --bg2:#f5f8f5; --panel:#eef3ee;
  --paper:#e9e4d6; --paper2:#ded8c8;
  --ink:#0c1710; --ink-dim:#54635a; --ink-faint:#93a099;
  --line:#e4eae5; --line-lite:#dcd7cb;
  --grass:#0ea158; --grass-deep:#0a7a41;
  --chalk:rgba(12,23,16,.14);
  --ink-on-paper:#13160f; --dim-on-paper:#5f6354; --line-paper:#cdc7b8;
}
