/* styles.css — QuantMix design system entry point.
 * Consumers link THIS file. It is an @import manifest only; every token and
 * font-face reachable from here ships to consuming projects. Dark theme is
 * the default; add data-theme="light" on a root element for the light theme. */

@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');
