/* SmartAEO Design System — global entry point (vendored from the design handoff).
 * Link THIS file once; it is an @import manifest only. All real rules live in the
 * token files. Order matches the original styles.css: fonts → colors → semantic
 * → typography → spacing → base. */
@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/semantic.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/base.css";
