/* Self-hosted fonts. Keep set minimal for performance. */

/* Orbitron - Display headings */
@font-face {
  font-family: 'Orbitron';
  src: url('/fonts/Orbitron-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

/* Rajdhani - Body */
@font-face {
  font-family: 'Rajdhani';
  src: url('/fonts/Rajdhani-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('/fonts/Rajdhani-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Share Tech Mono - Monospace accents */
@font-face {
  font-family: 'Share Tech Mono';
  src: url('/fonts/ShareTechMono-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
