/* 象数 · Xiangshu brand bundle.
 * Inherits the shared design system, then defines Chinese-typography variables.
 */
@import url("/assets/shared/design_system-62a7a054.css");

:root {
  --font-serif: "Noto Serif SC", "Songti SC", "STSong", serif;
  --font-sans:  "Noto Sans SC", "PingFang SC", "Helvetica Neue", sans-serif;
  --font-mono:  "JetBrains Mono", "Menlo", "Consolas", monospace;
}

body.brand-xiangshu { /* brand-specific layout hooks, if any */ }
