/* Inter 可变字体：woff2；wght 400–700；拉丁/拉丁扩展子集（中文等走系统字体栈）；无斜体 */

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./Inter-VariableFont_opsz,wght.woff2') format('woff2-variations');
}
