/* css/tokens.css - design tokens only. Locked palette per
   docs/design/2026-08-30-thegrove-network/decision.md - do not add, rename,
   or restyle a token here without re-checking the decision's contrast table. */
:root{
  --bg:#0D1F1C;
  --surface:#162E2A;
  --accent:#C28A05;
  --accent-hover:#DDA22A;
  --accent-ink:#0D1F1C;
  --text:#F0EDE6;
  --muted:#8B9E8A;
  --rule:#1E3530;
}

::selection{background:var(--accent);color:var(--bg);}
