/* 本地化字体（原引用 miaoda.feishu.cn/fonts/css2，实际仅提供一个常规字重） */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url(noto-sans-sc-400.ttf);
}
