/* Orbitron Font - Display/Headers */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/orbitron-400.woff2') format('woff2'),
       url('../fonts/orbitron-400.ttf') format('truetype');
}

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

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

/* Space Mono Font - Monospace/Code */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/spacemono-400.woff2') format('woff2'),
       url('../fonts/spacemono-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/spacemono-700.woff2') format('woff2'),
       url('../fonts/spacemono-700.ttf') format('truetype');
}
