/* ============================================================
   MOTHER EARTH GARDENS — Design System entry point
   ------------------------------------------------------------
   Single stylesheet for consumers to link. It pulls in the
   global token layer and the marketing-website UI kit so a
   consuming page only needs:

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

   Order matters: tokens first (colors, type, spacing, radii,
   shadows, motion), then components that reference them.

   Note: `slides.css` is intentionally NOT imported here — it is
   a deliverable-specific stylesheet for the Company Profile deck
   (the .slide / direction-A/B/C system), not a reusable part of
   the brand system. Link it directly only where that deck is used.
   ============================================================ */

@import url("colors_and_type.css");
@import url("ui_kits/website/kit.css");
