/* tokens.css — bookmatic shared BRAND tokens. THE single source (DESIGN-GUIDE §6):
   lush purple = product chrome, money buttons, links, the starfish mark. Linked from
   app.html, guide.html, machine.html and the landing; JS-injected layers (bmwidgets.js,
   tutorials.js) read these vars with hex fallbacks so they match on any page.
   Reading-surface accents (drop caps, rules, highlights) stay theme-owned in app.css. */
:root {
  --brand: #7C4DBA;
  --brand-bright: #9B6ED0;
  --brand-ink: #5B3591;
}
