@font-face {
  font-family: 'Courier Prime';
  src: url('/res/fonts/CourierPrime/CourierPrime-Regular.woff2') format('woff2'),
      url('/res/fonts/CourierPrime/CourierPrime-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courier Prime';
  src: url('/res/fonts/CourierPrime/CourierPrime-Italic.woff2') format('woff2'),
      url('/res/fonts/CourierPrime/CourierPrime-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Courier Prime';
  src: url('/res/fonts/CourierPrime/CourierPrime-Bold.woff2') format('woff2'),
      url('/res/fonts/CourierPrime/CourierPrime-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courier Prime';
  src: url('/res/fonts/CourierPrime/CourierPrime-BoldItalic.woff2') format('woff2'),
      url('/res/fonts/CourierPrime/CourierPrime-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}