/* Inter 字体子集化版 - 仅包含 UI 拉丁字符 (92个)，大幅缩减文件体积 */
/* unicode-range 确保浏览器只在需要时下载 */
@font-face{
  font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;
  src:url('/static/fonts/inter-subset/Inter-300.ttf') format('truetype');
  unicode-range: U+0020-007E, U+00A9, U+2013-2014, U+2018-2019, U+201C-201D, U+2022;
}
@font-face{
  font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;
  src:url('/static/fonts/inter-subset/Inter-400.ttf') format('truetype');
  unicode-range: U+0020-007E, U+00A9, U+2013-2014, U+2018-2019, U+201C-201D, U+2022;
}
@font-face{
  font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;
  src:url('/static/fonts/inter-subset/Inter-500.ttf') format('truetype');
  unicode-range: U+0020-007E, U+00A9, U+2013-2014, U+2018-2019, U+201C-201D, U+2022;
}
@font-face{
  font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;
  src:url('/static/fonts/inter-subset/Inter-600.ttf') format('truetype');
  unicode-range: U+0020-007E, U+00A9, U+2013-2014, U+2018-2019, U+201C-201D, U+2022;
}
@font-face{
  font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;
  src:url('/static/fonts/inter-subset/Inter-700.ttf') format('truetype');
  unicode-range: U+0020-007E, U+00A9, U+2013-2014, U+2018-2019, U+201C-201D, U+2022;
}
