/* ============================================================================
   VERSI — root stylesheet
   Single entry point for consumers. Import THIS file and you get the full system:
   design tokens + type classes + primitives, then the website-kit theme layers.
   ----------------------------------------------------------------------------
   @import order matters: tokens first, then the kit layout, then theme overrides
   are opt-in (load theme-light.css / theme-sunset.css yourself for those modes).
   ============================================================================ */

@import "colors_and_type.css";
@import "ui_kits/website/site.css";
