/* ========== 主字体 ========== */
@font-face {
  font-family: 'Noto Serif SC';
  src: url('main-font-regular.woff2?v=1.18') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif SC';
  src: url('main-font-bold.woff2?v=1.18') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ========== 补充字体 ========== */
@font-face {
  font-family: 'Noto Serif SC Fallback';
  src: url('fallback-font-regular.woff2?v=1.18') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: 'Noto Serif SC Fallback';
  src: url('fallback-font-bold.woff2?v=1.18') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+4E00-9FFF;
}
body {
  font-family: "Noto Serif SC", 'Noto Serif SC Fallback', "Times New Roman", "Songti SC", "STSong", "Georgia", serif;
}