/*
 * 正文主字体 Nunito Sans 由打包的 src/app/fonts.css 提供（含 latin / latin-ext /
 * vietnamese 三个 unicode-range 分片），不在此重复声明。
 * 本文件只保留游戏 UI 的辅助字体。
 */

/* 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');
}
