/* Dashboard-only tokens, layered on top of the shared packages/brand tokens.
   base.html loads static/css/brand-tokens.css first (fonts, paper ground, the
   green/ochre logomark) and this file second — see packages/brand/README.md.
   Do not redeclare a brand token here; add it upstream in packages/brand/styles
   and re-run scripts/sync-brand.sh instead, so both apps stay in sync.

   These are the four dashboard pillar colors — functional, chart-legend colors
   for visibility/sentiment/price/accuracy, not brand identity. A marketing page
   has no reason to reuse "visibility-blue", which is why they live here and not
   in the shared file. */
:root {
  /* chart furniture: axis, and the two competitor series */
  --axis: #e0d7c8;
  --c1: #443c31;
  --c2: #b6ab9a;

  /* the four pillars: base, tint, dark-for-text, nav-tint */
  --vis: #2b57b8;   --visbg: #e8ecf7;   --visdk: #22448f;   --visnav: #dbe2f2;
  --sent: #2f7a4f;  --sentbg: #e6f0e6;  --sentdk: #1f5c39;  --sentnav: #d7e8d8;
  --price: #a8760f; --pricebg: #f6ecd6; --pricedk: #7a540a; --pricenav: #eeddb8;
  --acc: #bc4a37;   --accbg: #f8e7e1;   --accdk: #8e3427;   --accnav: #f2d7ce;

  /* depth: paper is printed, not floating — flat cards, lift only on hover */
  --plate: none;
}
