/* ============================================================
   AVE Chat — Design System · global entry point
   Link THIS one file in your app; it pulls in everything else.

       <link rel="stylesheet" href="styles.css">
       // or in a bundler:  import "ave-design-system/styles.css";

   Everything is plain CSS custom properties on :root — framework
   agnostic. See DESIGN-SYSTEM.md for the meaning of every token.
   ============================================================ */

@import url("./tokens/fonts.css");
@import url("./tokens/colors.css");
@import url("./tokens/typography.css");
@import url("./tokens/layout.css");
