/* 灵境鉴微 H5 · 本地字体（fonttools subset 切片，含系统字体兜底） */

/* === Ma Shan Zheng（书法标题） === */
@font-face {
  font-family: 'Ma Shan Zheng';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./ma-shan-zheng-400.woff2') format('woff2');
}

/* === ZCOOL XiaoWei（英文装饰 / 副标题） === */
@font-face {
  font-family: 'ZCOOL XiaoWei';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./zcool-xiao-wei-400.woff2') format('woff2');
}

/* === Noto Serif SC 700（中文副标题衬线） === */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./noto-serif-sc-700.woff2') format('woff2');
}

/* === Noto Sans SC 400（正文中文） === */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./noto-sans-sc-400.woff2') format('woff2');
}

/* === Noto Sans SC 500（半粗） === */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./noto-sans-sc-500.woff2') format('woff2');
}

/* === Noto Sans SC 700（粗体） === */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./noto-sans-sc-700.woff2') format('woff2');
}

/* 字符集说明：本字体仅含 h5 静态文案用到的字符（393 个，含 ~250 个汉字 + ASCII），
   未覆盖的字符会通过系统字体回退显示（CSS 字体栈已有 fallback），不会出现豆腐 */