/* Inter 自托管（latin 可变字体子集，覆盖 300–900）。
   中文走系统字体回退（PingFang SC / Microsoft YaHei），无需额外子集。
   彻底移除对 fonts.googleapis.com 的外部依赖，避免国内被墙/慢导致文字渲染阻塞(FOIT)。 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('inter.woff2') format('woff2');
}
