/* ============================================================================
   NZT Business Lab — Design System (public barrel).
   Link THIS from any project to get the full system: tokens, base reset and all
   component styles. Fonts are pulled in by tokens/fonts.css (relative paths, so
   keep the directory structure intact when vendoring).

     <link rel="stylesheet" href="https://ds.nzt-businesslab.ru/css/nzt-ds.css">

   For tokens only (no component CSS), import ../tokens/tokens.css instead.
   ============================================================================ */

@import "../tokens/tokens.css";
@import "./base.css";
@import "./components.css";
