/* 排除 U+0026 (&)，使该符号回退到 Arial / 微软雅黑 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/font/Inter/Inter-VariableFont_opsz%2Cwght.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/font/Inter/Inter-Italic-VariableFont_opsz%2Cwght.ttf') format('truetype');
  unicode-range: U+0020-0025, U+0027-FFFF;
}
