/* ============================================================
   Number One Design System — global entry point.
   Link this one file. It is a manifest of @imports only.
   Token files are copied verbatim from the design export;
   base.css is app-level glue added during Blazor integration.
   ============================================================ */
@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/effects.css";
@import "base.css";
