/* 祝余 ZY 运营中台 · Design System — global entry point
   ----------------------------------------------------------------------
   Consumers link THIS one file. It is an @import manifest only — no rules
   live here. Everything below is shipped to consumers; @font-face / webfont
   imports inside this closure declare the brand fonts.

   Default theme is 本色 (cream · ink · lucky-red). Switch with data-theme
   on any ancestor; switch density with data-density. */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "components.css";
