/* ===================================================================
   大成汇官网 · 本地自托管字体（local @font-face）
   字体：Orbitron / Rajdhani —— 均基于 SIL Open Font License 1.1 开源，
   许可证见 assets/fonts/OFL.txt。可免费用于商业用途、可内嵌、可随站分发。

   替代原 Google Fonts CDN（fonts.googleapis.com / fonts.gstatic.com）的原因：
   ① 合规：原方案每个访客请求都会把 IP / User-Agent 发往 Google（境外第三方），
      未经同意即跨境传输个人信息，存在 PIPL《个人信息保护法》合规风险；
   ② 可用性：Google 在大陆被墙，原字体对国内访客永不加载，设计意图落空，
      且失败请求仍泄漏 IP。本地托管后零第三方依赖、国内可正常渲染。
   =================================================================== */

/* ---- Orbitron（科技英文 / 数字，导航、Logo、标签、时钟） ---- */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/orbitron-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/orbitron-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/orbitron-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/orbitron-900-normal.woff2') format('woff2');
}

/* ---- Rajdhani（紧凑科技英文，副标签） ---- */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/rajdhani-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/rajdhani-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/rajdhani-700-normal.woff2') format('woff2');
}
