/* Courier Prime Fonts */
@font-face {
  font-family: "Courier Prime Regular";
  src: url(./CourierPrime-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Courier Prime Italic";
  src: url(./CourierPrime-Italic.ttf) format("truetype");
}

@font-face {
  font-family: "Courier Prime Bold";
  src: url(./CourierPrime-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Courier Prime Bold Italic";
  src: url(./CourierPrime-BoldItalic.ttf) format("truetype");
}
