/* 自托管字体 → 上传到 https://static.horatio.cn/resource/fonts/
 * 根目录文件（已 gitignore，勿提交仓库）：
 *   noto-sans-sc-chinese-simplified-400-normal.woff2
 *   noto-sans-sc-chinese-simplified-500-normal.woff2
 *   noto-sans-sc-chinese-simplified-700-normal.woff2
 *   LXGWWenKai-Regular.woff2
 *
 * Noto 用 fontsource「简体中文子集」单文件：约 1.1MB/字重，比全量 CJK 小一个数量级。
 * 浏览器仅在页面实际用到该字重时才下载（font-display: swap）。
 * 若要更细的 unicode-range 按字切片，需自行托管 fontsource 全量分包（上百个 woff2），个人项目不划算。
 */

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://static.horatio.cn/resource/fonts/noto-sans-sc-chinese-simplified-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://static.horatio.cn/resource/fonts/noto-sans-sc-chinese-simplified-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://static.horatio.cn/resource/fonts/noto-sans-sc-chinese-simplified-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'LXGW WenKai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://static.horatio.cn/resource/fonts/LXGWWenKai-Regular.woff2') format('woff2');
}
