/* bridge-only.css — the minimum global slice of the DS.
   Imports just tokens + legacy-bridge — NOT layout/type/components/motion.
   Purpose: every legacy page inherits canonical DS colour values (via the bridge)
   WITHOUT loading the DS component classes (which would collide with .btn, .cta, .lcard, etc.).

   Load order: this file is linked from app/layout.tsx and applies repo-wide.
   Pages that want the full DS (like /value-map) still link `/styles/ds/all.css` themselves.

   Rip-out: remove the <link> from app/layout.tsx; this file becomes a no-op. */

@import './tokens.css';
@import './legacy-bridge.css';
