/* ============================================================================
   Back Office — vitalfew Design System
   ROOT STYLESHEET — the single entry point for consumers.
   Link this one file and you get the full design-system foundation
   (color, typography, spacing, elevation, motion tokens + the self-hosted
   Inter @font-face rules + the opt-in .vf-type / .vf-overline helpers).

   Per-kit component CSS (buttons, cards, nav, etc.) lives inside each kit
   under ui_kits/<kit>/ and is loaded by that kit — it is intentionally NOT
   imported here, so the foundation stays framework-agnostic and there is
   exactly one source of truth for tokens and fonts.
============================================================================ */
@import "colors_and_type.css";
