/* ============================================================
   銀星創意 SilverStar Creative — global entry point
   Consumers link THIS one file. It only @imports the token and
   font layers, then applies a thin base reset bound to tokens.
   ------------------------------------------------------------
   Modes  : <html data-mode="dark">  |  <html data-mode="luxe">
   Themes : <html data-theme="indigo | pine | copper">  (accent swap)
   ============================================================ */

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