/* ════════════════════════════════════════════════════════════════════════
 *  Minus9 — Design System · global entry
 *  Consumers link THIS file only. It is an import manifest, nothing else.
 *  Everything reachable from here ships to consuming projects.
 * ════════════════════════════════════════════════════════════════════════ */

/* fonts.css is the self-hosted (vendored woff2) replacement for the DS
 * tokens/fonts.css, which loaded from the Google Fonts CDN. No external CDNs. */
@import "./fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/elevation.css";
@import "./tokens/motion.css";
@import "./tokens/base.css";
