/* =====================================================================
   All-Star Pathways — Design System entry point
   ---------------------------------------------------------------------
   Single stylesheet consumers link. It pulls in the canonical token +
   typography layer (colors_and_type.css), which holds every brand token,
   the two-family type system and the global defaults.

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

@import "colors_and_type.css";
