/**
 * Flux UI — Full CSS Bundle
 * =========================
 * Single-file CSS output for consumers that do not use a SCSS preprocessor
 * (plain HTML projects, CDN distribution, Shadow DOM, Storybook, etc.).
 *
 * Import order matters: variables declares the @layer order, root emits
 * :root custom properties, then reset → layout → utilities follow.
 */

@use 'styles/variables';
@use 'styles/root';
@use 'styles/reset';
@use 'styles/layout';
@use 'styles/typography';
@use 'styles/utilities';
