/* Un-opinionated foundation: every utility group (tools, layouts, effects)
   with no reset or bare-HTML restyle. Same build primitives as base, minus the
   opinionated element styling — powers `utilities + components/*`. Unused
   utilities are tree-shaken. Use base OR utilities, never both. */

@import './tools/index.css';
@import './layouts/index.css';
@import './effects/index.css';
/* button is a @utility (foundation-level) so framework components layered on
   this foundation can @apply button-icon. */
@import './components/css/button.css';
