/* 智鉴 · 自托管字体（内网可用，不依赖外网/Google Fonts）
   思源黑体(正文) / 思源宋体(标题·品牌) / Fraunces(西文斜体点缀) */

@font-face {
  font-family: "Noto Sans SC"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/static/fonts/noto-sans-sc-400.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("/static/fonts/noto-sans-sc-500.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/static/fonts/noto-sans-sc-700.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif SC"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("/static/fonts/noto-serif-sc-600.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif SC"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/static/fonts/noto-serif-sc-700.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/static/fonts/fraunces-400.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("/static/fonts/fraunces-italic.woff2") format("woff2");
}

/* 英文标题字体（智见品牌） */
@font-face{font-family:'Newsreader';font-style:italic;font-weight:500;font-display:swap;src:url('/static/fonts/newsreader-500i.woff2') format('woff2');}
