/* 本地字体样式：Noto Sans SC (仅400常规字重，与线上保持一致；其余字重由浏览器合成) */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansSC-Regular.ttf') format('truetype');
}
