/* Parsio Design System — single stylesheet entry. Link this one file.
   Tokens load first, then fonts, then the component styles that consume them. */
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/radius-shadow.css";
@import "./tokens/motion.css";
@import "./tokens/fonts.css";
@import "./components/components.css";
