/* P-MAGI 本地字体 — 替代 Google Fonts CDN，避免外网依赖失败 */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/eva/orbitron-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/eva/orbitron-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/eva/orbitron-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/eva/sharetechmono.ttf') format('truetype');
}
/* HarmonyOS Sans SC：中文未来机械感 OS 字体（华为商用免费）
   仅声明三个字重，避免一次性下载过多体积；font-display: swap 保证首屏不阻塞 */
@font-face {
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/eva/HarmonyOS_Sans_SC_Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/eva/HarmonyOS_Sans_SC_Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/eva/HarmonyOS_Sans_SC_Bold.woff2') format('woff2');
}
