/* =====================================================================
   Dealership Accelerator (DAOS) — Global stylesheet entry point
   ---------------------------------------------------------------------
   Single drop-in for consumers. Pulls in the design tokens + semantic
   type styles and the live-background library. Load Inter alongside it:
   <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
   ===================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
@import "./colors_and_type.css";
@import "./backgrounds.css";
