/* =============================================================
   LAUNCH BABY — Design System root stylesheet
   -------------------------------------------------------------
   The single entry point for consumers. Link this from any HTML
   file and you get the full LAUNCH BABY token set (colors, type,
   spacing, radii, shadows, motion) plus the .lb-* utility classes.

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

   Everything is namespaced under :root and the .lb-* class
   family, so it composes cleanly with other systems.
   ============================================================= */

@import url('./colors_and_type.css');
