/*
 * Self-hosted fonts (previously loaded from Google Fonts CDN).
 * Licensed under the SIL Open Font License — see assets/fonts/LICENSE-fonts.txt
 */

@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/share-tech-mono-latin-400-normal.woff2') format('woff2'),
       url('../fonts/share-tech-mono-latin-400-normal.woff') format('woff');
}

@font-face {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/audiowide-latin-400-normal.woff2') format('woff2'),
       url('../fonts/audiowide-latin-400-normal.woff') format('woff');
}

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

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