/* 中国风本地字体 — 不依赖 Google Fonts */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/chinese/ma-shan-zheng-400.woff2?v=3') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/chinese/noto-serif-sc-600.woff2?v=2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/chinese/noto-serif-sc-600.woff2?v=2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/chinese/noto-serif-sc-600.woff2?v=2') format('woff2');
}

.font-calligraphy {
  font-family: 'Ma Shan Zheng', 'STXingkai', 'KaiTi', cursive, serif !important;
}
.font-serif-cn {
  font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', 'STSong', 'SimSun', 'PingFang SC', 'Microsoft YaHei', serif !important;
}
