/* ============================================================
   Nutrislim Design System — root stylesheet
   Single entry point for consumers. Link this one file:
     <link rel="stylesheet" href="styles.css" />

   It pulls in:
   • colors_and_type.css — app/web UI foundations
       (brand fonts, color palette, type scale, spacing,
        radii, shadows, motion tokens)
   • video_brand.css — the Motion / Video sub-brand
       (mint / teal / cyan / ice palette + video type & motion)

   The UI-kit recreations under ui_kits/<product>/ ship their
   own self-contained styles.css and are intentionally OUTSIDE
   this closure.
   ============================================================ */
@import url('colors_and_type.css');
@import url('video_brand.css');
