/* all.css — single-import barrel for the canonical design system.
   Import order matters: tokens → layout → type → components → motion.
   Source of truth: public/staged-designs/*.html (16 files).
   To extract a new pattern, lift it here once, then update INDEX.md. */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&family=DM+Mono:wght@400;500&display=swap');

@import './tokens.css';
@import './legacy-bridge.css';
@import './layout.css';
@import './type.css';
@import './components.css';
@import './motion.css';
