/* 字体从 CDN 加载 — 5 个字体 .ttf 已上传到 COS */
/* CDN_BASE 见 src/config.js 中的 FONT_CDN_BASE */

/* Ma Shan Zheng */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://sanguo-jiangweige-fonts-1379320306.cos.ap-shanghai.myqcloud.com/MaShanZheng-Regular.ttf') format('truetype');
}

/* Noto Serif SC */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://sanguo-jiangweige-fonts-1379320306.cos.ap-shanghai.myqcloud.com/NotoSerifSC-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://sanguo-jiangweige-fonts-1379320306.cos.ap-shanghai.myqcloud.com/NotoSerifSC-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://sanguo-jiangweige-fonts-1379320306.cos.ap-shanghai.myqcloud.com/NotoSerifSC-Bold.ttf') format('truetype');
}

/* ZCOOL XiaoWei */
@font-face {
  font-family: 'ZCOOL XiaoWei';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://sanguo-jiangweige-fonts-1379320306.cos.ap-shanghai.myqcloud.com/ZCOOLXiaoWei-Regular.ttf') format('truetype');
}
