/* Inter 可变字体本地化（原 Google Fonts），latin 子集，覆盖 400-900 字重 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/inter/inter.woff2') format('woff2-variations');
}
