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

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

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

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