/* ============================================================
   Kirie — render bundle (convenience, NOT the token entry).

   Link THIS from a page to get the whole system in one file:
   the Tailwind utility engine + .btn/.form-* patterns, then the
   documented design-token layer (which includes the Inter webfont).

   The design-system COMPILER scans `styles.css` (token layer only),
   not this file — keeping the token index free of Tailwind's
   internal engine variables.

     <link rel="stylesheet" href="css/kit.css">
   ============================================================ */

@import './mosaic.tailwind.css';
@import '../styles.css';
