/* CECloud Web Design System — global stylesheet entry point.
 * Consumers link this one file; it transitively ships every token + font.
 * Component CSS lives beside the JSX in components/ and is imported by each
 * component file via className conventions documented in guidelines/. */

@import "./tokens/colors-palette.css";
@import "./tokens/colors-semantic.css";
@import "./tokens/typography.css";
@import "./tokens/metrics.css";
@import "./components/components.css";
