/* ==========================================================================
   Morgana Ops — Design System
   Global stylesheet entry point. Import-only — every token, font and
   component stylesheet the design system ships lives behind these @imports.
   Style: "Engenharia Clássica" — functionalist, premium, flat color, no
   gradients, straight corners, single terracotta accent. Light is default.
   ========================================================================== */

/* Fonts */
@import "tokens/fonts.css";

/* Tokens */
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/borders.css";
@import "tokens/shadows.css";
@import "tokens/motion-layout.css";

/* Component stylesheets (vendored from the source design system, unmodified —
   class-name contract consumed by components/<group>/*.jsx) */
@import "vendor/mo-styles/01-foundational.css";
@import "vendor/mo-styles/02-navigation.css";
@import "vendor/mo-styles/03-feedback.css";
@import "vendor/mo-styles/04-data.css";
@import "vendor/mo-styles/05-forms-br.css";
