/* =====================================================================
   Me & You — Tech Solutions · Design System — entry point
   ---------------------------------------------------------------------
   Link THIS one file and you get the whole system: tokens first, then
   the component primitives. Consumers should reference styles.css only
   — never the parts individually — so there is a single source of truth.

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

   Then tag the app with its product so every primitive re-themes:
       <body class="product" data-product="agent"> … </body>
   ===================================================================== */
@import "./colors_and_type.css";
@import "./components.css";
