/* ============================================================
   VERGED DESIGN SYSTEM — V1
   Single entry point. Link THIS one file to pull in the whole
   system; it @imports the token foundation and every layer below.
   ============================================================ */

/* 1 · Brand foundation — colors, type scale, motion, semantic tokens.
       (Import first: every layer below resolves against these vars.) */
@import url("./colors_and_type.css");

/* 2 · Marketing-site components — nav, hero, buttons, forms, footer. */
@import url("./site.css");

/* 3 · Slide primitives — 1920×1080 deck layouts. */
@import url("./slide.css");

/* 4 · Internal app — light-only app surfaces, grey scale, components. */
@import url("./internal-app/app.css");
