/* ============================================================
   Tassel Design System — global CSS entry point.
   Consumers link THIS file. It is a list of @imports only.
   ============================================================ */

@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";

/* Comprehensive token reference materialized from the Figma Variables
   (all collections + theme modes: light, dark, mobile, module-6/8, etc.).
   Kept for completeness; prefer the semantic aliases in colors.css above. */
@import "./tokens/fig-tokens.css";
