@font-face {
  font-family: 'Orbitron';
  src: url('orbitron-light-webfont.woff') format('woff'),
       url('orbitron-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('orbitron-medium-webfont.woff') format('woff'),
       url('orbitron-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('orbitron-bold-webfont.woff') format('woff'),
       url('orbitron-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('orbitron-black-webfont.woff') format('woff'),
       url('orbitron-black-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
