/* =========================================================================
   Praeternum Design System — root stylesheet
   =========================================================================
   This is the single entry point for consumers. It re-exports the full
   token + semantic-type layer from colors_and_type.css. Link THIS file
   (or import the compiled bundle) rather than wiring up each CSS file.

   The per-kit stylesheets under ui_kits/*/styles.css are LOCAL to each
   UI kit and intentionally not imported here — they layer on top of these
   global tokens only when you render that specific kit.
   ========================================================================= */

@import url("./colors_and_type.css");
