/* ─── MR Commerce — Token Aggregator ─────────────────────────
   Layer 2: Imports all design tokens in dependency order.
   Rule: Only this file imports from /tokens/. Nothing else.
   PR-308-A: All token files active and validated.
   Wave 1 Verified (2026-07-19): All --mr-* tokens resolve correctly.
     getComputedStyle(document.documentElement)
       .getPropertyValue('--mr-primary') === ' #2563EB' ✅
   ─────────────────────────────────────────────────────────── */

@import '../tokens/01-colors.css';
@import '../tokens/02-spacing.css';
@import '../tokens/03-typography.css';
@import '../tokens/04-radius.css';
@import '../tokens/05-shadow.css';
@import '../tokens/06-motion.css';
@import '../tokens/07-z-index.css';
