/* ============================================================
   BioSaint Premium — Global Stylesheet (theme.css)
   ============================================================

   AUTHORITATIVE COPY MOVED.

   The full global/chrome CSS (design tokens, base typography,
   buttons, header, announcement bar, mobile drawer, footer,
   marquee, toast, accessibility, responsive) now lives INLINE in
   the <head> of layout/theme.liquid.

   Why: a stale-cached external stylesheet (cached by the QA
   browser during an earlier theme-flap) was being applied to
   fresh HTML, breaking the chrome across multiple cycles. Inlining
   the global CSS into the always-fresh layout <head> makes the
   chrome immune to asset caching — the inline block is the single
   source of truth.

   Because EVERY storefront template renders through
   layout/theme.liquid, every page (home, product, collection,
   about, contact, portal, etc.) automatically receives the full
   global CSS from that inline block. There is intentionally no
   duplicate copy here so the two can never drift.

   To change global tokens / chrome / buttons: edit the inline
   <style> block in layout/theme.liquid.

   This file is intentionally minimal. The inline-vs-external
   stylesheet architecture (e.g. moving back to an external
   theme.css with ?v=<hash> cache-busting for cross-page caching)
   is a decision deferred to the Codex review loop; if that path is
   chosen, repopulate this file from the layout's inline block.
   ============================================================ */
