/* =============================================================
   MINDFUL ECHO — NEUTRAL TOKENS  (Phase B extraction, July 2026)
   Brand-agnostic values only: type stacks and layout.
   Brand colour worlds live in css/brand-{pause,omd,studio}.css,
   loaded per section via <body data-brand>. Brand worlds never bleed.
   Note: style.css defines the shared semantic aliases (--background,
   --border, --text-*) consumed by the component grammar.
   ============================================================= */

:root {
  /* --- Type --- */
  --font-serif:     "Playfair Display", Georgia, serif;
  --font-sans:      "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-script:    "Kalam", cursive;  /* poem / memory-card accent ONLY */

  /* --- Layout --- */
  --max-w: 1200px;
  --section-padding: 80px;
}
