/* IM Fell English - Regular */
@font-face {
  font-family: 'IM Fell English';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/IMFellEnglish-Regular.ttf') format('truetype');
}

/* IM Fell English - Italic */
@font-face {
  font-family: 'IM Fell English';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/IMFellEnglish-Italic.ttf') format('truetype');
}

/* Courier Prime - Regular */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/CourierPrime-Regular.ttf') format('truetype');
}

/* Courier Prime - Italic */
@font-face {
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/CourierPrime-Italic.ttf') format('truetype');
}

/* Courier Prime - Bold */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/CourierPrime-Bold.ttf') format('truetype');
}

/* Courier Prime - Bold Italic */
@font-face {
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/CourierPrime-BoldItalic.ttf') format('truetype');
}
