/* 本地化字体：族名与原 Google Fonts 完全一致，样式零改动 */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('BodoniModa-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('Inter-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('NotoSansSC-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('NotoSerifSC-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('NotoSerifSC-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('NotoSerifSC-900.woff2') format('woff2');
}
