/* Base font-family variables referenced by the token sheets but defined * upstream (deepsuite theme/global.css) — supplied here so the composite * --dsw-font-* variables resolve. Code stack deliberately omits a bare * `monospace` tail (Windows CJK falls back to SimSun otherwise). */ :root { --dsw-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; --ds-font-family-code: 'SF Mono', 'JetBrains Mono', 'Fira Code', Consolas, 'Liberation Mono', Menlo, Courier, 'PingFang SC', 'Microsoft YaHei'; }