/* 自托管子集字体（SIL Open Font License）
   Noto Serif SC: 按站内实际用字子集化的可变字体（wght 200-900）
   Cinzel: 拉丁显示字体，可变字重 400-900
   无任何外部字体请求，微信/内网/离线环境均可正常渲染 */

@font-face {
  font-family: "Noto Serif SC";
  src: url("../assets/fonts/NotoSerifSC-sub.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../assets/fonts/Cinzel-sub.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
