/* Montserrat — 全站主字体 (variable, weight 100–900) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./montserrat-latin.woff2) format('woff2');
}

/* Tektur — 数字 / 游戏 UI 辅助字体 (variable, weight 400–900) */
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(./tektur-variable.woff2) format('woff2');
}

/* Inter Regular — 游戏数字字体 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./Inter-Regular.ttf) format('truetype');
}

/* Inter Bold — 游戏数字字体（粗体） */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./Inter-Bold.ttf) format('truetype');
}
