/* 设计稿同款中文字体 Noto Sans SC —— 自托管子集（仅站内用到的字形 + 可变字重轴）
   不依赖 Google；font-display:swap 先以系统字体渲染再无缝替换，保证性能与一致性 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/noto-sans-sc/noto-sans-sc-v1.woff2) format('woff2');
}
