/* Mandala Space — shared design tokens.
   Extracted 2026-07-26. These were duplicated identically in all 12 pages;
   change a brand colour here and every page follows.
   SOURCE OF TRUTH for the values = mandala_brand_guidelines_v2_4.html.

   Only the tokens live here. The rest of each page's CSS stays inline on that page:
   the stylesheets interleave shared and page-specific rules, and splitting them
   mechanically changes which rule wins. See tracker.md 2026-07-26. */

:root{
    --night-soil:#1E1A17; --embers:#2E2820; --bark:#6B5747;
    --bowl-gold:#C9A96E; --bowl-gold-a11y:#74592F; --warm-slate:#8A7360;
    --deep-earth:#3D3530; --dawn:#F0E9DC; --lotus-cream:#F5EFE4; --parchment:#E8DDD0;
    --maxw:1180px;
  }
