/**
 * Design system entry — three-layer token architecture
 *
 * Layer 1: tokens/primitives.css
 *   Raw values only (hex, rgba, spacing scale). Do not use in components directly.
 *
 * Layer 2: tokens/semantic.css
 *   Contextual tokens (surfaces, text, borders). Reference primitives only.
 *
 * Layer 3: inc/components/{slug}/*.css
 *   Component-specific layout and visuals. Reference semantic tokens only.
 *   Shared atoms (icon, badge, table, …) ship via inc/components/atoms/atoms.css.
 *
 * Frontend and admin both enqueue this file as handle vjtm-design-system.
 * Admin may add dashboard-system.css for layout aliases — not duplicate palettes.
 *
 * @package Vantage_Journeys
 */

@import url('tokens/primitives.css');
@import url('tokens/semantic.css');
