/* Self-hosted brand fonts — no external Google Fonts request. */

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

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/jost-latin.woff2') format('woff2');
}
