/* ============================================================
   思源黑体 Source Han Sans SC（Adobe + Google 开源字体，SIL OFL 1.1）
   全站统一使用思源黑体：正文 Regular 400 + 标题/加粗 Bold 700
   字体文件自托管于 /fonts/，无第三方依赖。
   ============================================================ */
@font-face {
  font-family: 'Source Han Sans SC';
  src: url('../fonts/SourceHanSansSC-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Han Sans SC';
  src: url('../fonts/SourceHanSansSC-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
