/* ════════════════════════════════════════════════════════════════════════════
   KWAM WEB SDK — kwam-sdk.css   (DESIGN LOCK v3.1.0)
   ────────────────────────────────────────────────────────────────────────────
   THE single stylesheet entry point for every page on KWAM.CH.

   A page links exactly one sheet:
       <link rel="stylesheet" href="css/kwam-sdk.css">

   …and gets the full, locked design system in the correct cascade order:

       1. kwam-brand.css  — tokens + components (the locked brand kit; fonts)
       2. kwam-site.css   — site chrome (nav, hero, footer, symmetry, layout)
       3. kwam-fx.css     — GPU-composited FX layer (reveal, cursor-light, mesh)

   Do NOT reorder these imports — the cascade depends on brand → site → fx.
   The font @import lives at the top of kwam-brand.css, so it loads first as
   required by the CSS spec (@import must precede all other rules; the three
   imports below are the only rules in this file).

   Edit the underlying layer files, never this entry — it is intentionally thin.
   ════════════════════════════════════════════════════════════════════════════ */
@import url('kwam-brand.css?v=3.2.5');
@import url('kwam-site.css?v=3.2.5');
@import url('kwam-fx.css?v=3.2.5');
