/* CourierPrime Font Family */
@font-face {
    font-family: 'CourierPrime';
    font-style: normal;
    font-weight: 400;
    src: url('CourierPrime-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'CourierPrime';
    font-style: normal;
    font-weight: 700;
    src: url('CourierPrime-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CourierPrime';
    font-style: italic;
    font-weight: 400;
    src: url('CourierPrime-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'CourierPrime';
    font-style: italic;
    font-weight: 700;
    src: url('CourierPrime-BoldItalic.ttf') format('truetype');
}