/* ===== 本地字体（不依赖外部 CDN） ===== */

/* Orbitron（标题/Logo/数字滚动） */
@font-face {
    font-family: 'Orbitron';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/orbitron-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Orbitron';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/orbitron-700.woff2') format('woff2');
}

/* JetBrains Mono（代码/数据标签） */
@font-face {
    font-family: 'JetBrains Mono';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/jetbrains-mono-400.woff2') format('woff2');
}
@font-face {
    font-family: 'JetBrains Mono';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/jetbrains-mono-500.woff2') format('woff2');
}
