/* TANUKI — bundled entry point
   Single import that pulls in tokens, base, and components.
   Use this in projects that just want the whole kit:
     <link rel="stylesheet" href="tanuki/tanuki.css">
*/
@import "./tokens.css";
@import "./base.css";
@import "./components.css";
