/* Self-hosted brand fonts (latin subset) — served from pulsedeck.tv on the same
   HTTP/2 connection as the page, so no third-party DNS/TLS to fonts.googleapis.com
   or fonts.gstatic.com. Orbitron latin is a variable file covering 700–900. */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('/fonts/orbitron-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/rajdhani-500-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/rajdhani-600-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/rajdhani-700-latin.woff2') format('woff2');
}
