/* ============================================================
   SUI 2.0 — Dealer-FX Design System
   Global stylesheet entry point. Consumers link THIS file.
   Import order matters: tokens → typography → dimensions → base.
   ============================================================ */

/* ------------------------------------------------------------
   Vendored, unmodified, from the Claude Design project
   "User Sign-in & Authentication" (4d52c61c-df89-4221-a794-21737b249d03),
   design system sui-2-0-design-system-5b763522-b4e7-45de-a464-fb9d859be6a4.
   Authentication.dc.html links exactly these files, in this order.

   Keep these byte-for-byte identical to the design project so a later sync is a
   straight copy. Everything Dealer-FX-specific belongs in ../dfx-redesign.css,
   which consumes the variables declared here.

   The one difference from the design's own entry point is that it links the six
   files individually from <helmet> rather than @import-ing them; the set and the
   order are the same.
   ------------------------------------------------------------ */

@import './tokens/fig-tokens.css';      /* Figma Variables: full color system + raw float scales (+ dark / density / dealerfx theme modes) */
@import './tokens/brand.css';            /* brand primary / secondary identity colors */
@import './tokens/fonts.css';            /* Inter webfont */
@import './tokens/typography.css';       /* type ramp + specimen classes */
@import './tokens/dimensions.css';       /* px-valued spacing / radius / size / elevation aliases */
@import './tokens/base.css';             /* resets + surface defaults + .dfx-card */
