/* ============================================================================
   DropsA Design System — single entry point. Import this ONE file to get the
   whole system; cascade order below is intentional (tokens first, components
   last). All component rules are scoped under `.ds`; a page opts in by wrapping
   its content in a `.ds` root. Tokens are global `--ds-*` custom properties.
   ========================================================================== */
@import './tokens.css';
@import './typography.css';
@import './spacing.css';
@import './buttons.css';
@import './cards.css';
@import './accordions.css';
@import './tables.css';
@import './sections.css';
@import './utilities.css';
