/* ==========================================================================
   Avari Design System — root stylesheet
   --------------------------------------------------------------------------
   This is the single entry point for consumers. Link THIS file and you get
   the full token system, typographic utilities, and base resets.

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

   Everything lives in colors_and_type.css; this file just re-exports it so
   there's one canonical global stylesheet at the project root.
   ========================================================================== */
@import url("colors_and_type.css");
