/* ===========================================================================
   ZynoStack Tools — Design Tokens (versioned re-export)
   ---------------------------------------------------------------------------
   The canonical token values live in ONE place: /design-tokens.css. This
   versioned path is kept so a tool or service can link a cache-stable URL, and
   it simply @imports the canonical file so the two can never drift (previously
   this was a hand-synced byte-for-byte duplicate).

   To change a token: edit /design-tokens.css, then sync each tool's inlined
   :root{} copy (the tools are no-build single files; see CLAUDE.md).
   =========================================================================== */
@import url("/design-tokens.css");
