@font-face {
    font-family: 'cpn';
    src: url('fonts/CPN-Light.eot');
    src: url('fonts/CPN-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/CPN-Light.woff2') format('woff2'),
        url('fonts/CPN-Light.woff') format('woff'),
        url('fonts/CPN-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    /* font-display: swap; */
    font-display: optional;
}
@font-face {
    font-family: 'cpn';
    src: url('fonts/CPN-Regular.eot');
    src: url('fonts/CPN-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CPN-Regular.woff2') format('woff2'),
        url('fonts/CPN-Regular.woff') format('woff'),
        url('fonts/CPN-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    /* font-display: swap; */
    font-display: optional;
}
@font-face {
    font-family: 'cpn';
    src: url('fonts/CPN-Bold.eot');
    src: url('fonts/CPN-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CPN-Bold.woff2') format('woff2'),
        url('fonts/CPN-Bold.woff') format('woff'),
        url('fonts/CPN-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    /* font-display: swap; */
    font-display: optional;
}