/* Hanlin Portal Base 主题字体 · 自托管 woff2 (latin subset)
 * Inter 可变字体（wght 100-900，单文件覆盖全部字重）+ Playfair Display 700（可选 display 面）
 * 中文用系统字体（PingFang SC / Microsoft YaHei）
 * 无外部 CDN 依赖，减少阻塞请求
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./fonts/inter-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/playfair-display-700-normal.woff2") format("woff2");
}

/* Material Symbols Outlined · 自托管子集（仅本站用到的 71 个图标，由 build_material_symbols_subset.py 生成）
 * font-display: block 让浏览器等字体加载完再渲染图标位（避免显示 codepoint 实体的占位框）
 * 运行时只走下面的 data URI；fonts/material-symbols-outlined-subset.woff2 是它的构建源
 * （build 脚本产物 + push_icon_font.py 的投递物），CSS 不引用文件版。
 */
