/* 定义 Inter 常规体 */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Regular-9.otf') format('opentype');
  font-weight: 400; /* normal */
  font-style: normal;
  font-display: swap; /* 优化加载体验 */
}

/* 定义 Inter 粗体 */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Bold-4.otf') format('opentype');
  font-weight: 700; /* bold */
  font-style: normal;
  font-display: swap;
}