/* Xgame 本地字体：Orbitron（科技感拉丁字体，用于标题/数字）
   中文文本不依赖网络字体，直接走系统字体栈（苹方/微软雅黑等），首屏零额外字体下载。 */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/orbitron.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/orbitron.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../assets/fonts/orbitron.woff2') format('woff2');
}
