/* ============================================================
   Self-hosted fonts for China deployment
   Place woff2 files in: public/theme-v2/vendor/fonts/
   Run download-vendors.sh first to fetch the files.
   ============================================================ */

/* ── Orbitron ── */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/orbitron/orbitron-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/orbitron/orbitron-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/orbitron/orbitron-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/orbitron/orbitron-900.woff2') format('woff2');
}

/* ── Rajdhani ── */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/rajdhani/Rajdhani-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/rajdhani/Rajdhani-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/rajdhani/Rajdhani-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/theme-v2/vendor/fonts/rajdhani/Rajdhani-Bold.woff2') format('woff2');
}