/* ============================================================
   HoEN Library — global stylesheet entry point (loaded site-wide via
   mkdocs.yml `extra_css`).

   Imports the governed WU design tokens as CSS custom properties, then the
   Material bridge that skins mkdocs-material with them. Deliberately does NOT
   import tokens/base.css (its element-level styles are for standalone DS pages
   and would fight Material's typography). The bespoke surfaces (Home, Matrix)
   ship their own component CSS, loaded only on those pages by wu-boot.js.
   ============================================================ */
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "material-bridge.css";
