/* 山沁时 Montique — 自托管子集化字体
 * 由全站实际用字(约 940 汉字 + 拉丁标点)裁剪,替代 Google Fonts,国内同源加载快且稳定。
 * 重新生成: 见 montique-mvp/docs/specs 字体说明 / .fontbuild 构建目录
 */

/* —— 中文衬线 Noto Serif SC —— */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./NotoSerifSC-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./NotoSerifSC-500.woff2') format('woff2');
}

/* —— 中文无衬线 Noto Sans SC —— */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./NotoSansSC-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./NotoSansSC-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./NotoSansSC-500.woff2') format('woff2');
}

/* —— 西文衬线 Cormorant Garamond —— */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./CormorantGaramond-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./CormorantGaramond-500.woff2') format('woff2');
}
