/**
 * 全局字体 Inter
 * 来源: https://rsms.me/inter/ (OFL-1.1)
 */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable-2bf3d951bf9d6109437ea0874bbf12fb.woff2') format('woff2');
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable-Italic-8d1dc86da25893737b6bb8a9c64b790e.woff2') format('woff2');
}

/* 中文回退用系统字体（不发布 CJK 子集文件，避免 404；原 Noto otf 未放入 static） */

:root,
body {
  font-family: InterVariable, "Noto Sans CJK SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
}
