/* ──────────────────────────────────────────────────────────────────────────
   Traxium Design System — top-level cascade
   Single-import entry point for new pages. Existing pages keep their
   per-file <link> chains during the migration; ported pages collapse to:

       <link rel="stylesheet" href="css/index.css">
       <link rel="stylesheet" href="css/3-pages/<this-page>.css">

   Load order is significant: tokens MUST come first so every layer can
   reference them; theme overrides come last so a target-specific
   alias-remap wins the cascade.
   ────────────────────────────────────────────────────────────────────────── */

/* Layer 0 — tokens (no selectors, just :root custom properties) */
@import url('./0-tokens/index.css');

/* Layer 1 — reset/normalize */
/* @import url('./1-reset/index.css');  enable once populated */

/* Layer 2 — component primitives */
/* @import url('./2-system/index.css');  enable once populated */

/* Layer 3 — pages: pages link their own per-page sheet individually,
   so this aggregator deliberately does NOT @import them. */

/* Per-target theme override (uncomment exactly ONE per hosting target,
   or load the theme file explicitly in target-specific HTML <head>):
@import url('./0-tokens/themes/prep-trax.css');
@import url('./0-tokens/themes/ship-trax.css');
*/
