/* ============================================
   本地字体（来源: fontsource, 简体中文子集）
   替代 Google Fonts，避免国内访问超时
   字重: 300/400/500/600/700 (serif)
         400/500/700 (sans)
         400 (brush)
   ============================================ */

/* Noto Serif SC 衬线（正文主字体） */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('../fonts/NotoSerifSC-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/NotoSerifSC-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/NotoSerifSC-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('../fonts/NotoSerifSC-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/NotoSerifSC-Bold.woff2') format('woff2');
}

/* Noto Sans SC 无衬线（辅助文本） */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/NotoSansSC-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/NotoSansSC-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/NotoSansSC-Bold.woff2') format('woff2');
}

/* 马善政 手写体（标题/印章装饰） */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/MaShanZheng-Regular.woff2') format('woff2');
}
