/* ──────────────────────────────────────────────────────────
   EcoMT Product Discovery Lab — Design System entry point
   Consumers link THIS one file.

       <link rel="stylesheet" href="styles.css" />

   It ships the token layer (colors, type, spacing), the
   webfonts, and the shared component vocabulary (lab.css).
   Product-specific extensions (e.g. MINERVA's archetype
   badges) are layered ON TOP in their own stylesheet.
   ────────────────────────────────────────────────────────── */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "components/lab.css";
