/* Space Grotesk 自托管 @font-face (方案 C：中文回退系统字体) */
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/space-grotesk-w500.woff2) format(woff2);}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/space-grotesk-w700.woff2) format(woff2);}


/* 中文回退系统字体（方案 C）：覆盖 style.css 的 --body-font，避免引用已下线的 Noto Sans SC */
:root {
  --body-font: 'PingFang SC','Microsoft YaHei','Hiragino Sans GB',sans-serif;
}
