/* ============================================================
   WorkGenesis 自托管字体（Google Fonts 国内化）
   - Orbitron      ：标题/展示字体（variable font）
   - Outfit        ：正文字体（variable font）
   - JetBrains Mono：等宽/代码字体（variable font）
   以上均为 latin 子集；中文内容回退到系统字体栈
   （-apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif）。
   ============================================================ */

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('./orbitron.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./outfit.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('./jetbrains-mono.woff2') format('woff2');
}
