/* ============================================================================
 * EvoToca Development Index — Design System entry point
 *
 * Consumers link THIS one file. It is a manifest of @import lines only — no
 * rules live here. Everything reachable from here ships to consuming projects:
 * the webfont, all design tokens, and the small base layer.
 * ==========================================================================*/

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