/* ============================================================
   VTS Design System — Global stylesheet entry point.
   Consumers link THIS file only. Import order: fonts → primitive
   → semantic → typography → spacing → elevation.
   ============================================================ */

@import "./tokens/fonts.css";
@import "./tokens/primitive.css";
@import "./tokens/semantic.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/elevation.css";
