@font-face {
    font-family: 'CPN-Regular';
    src: url('./CPN-Regular.eot');
    src: local('CPN-Regular'),
        url('./CPN-Regular.eot?#iefix') format('embedded-opentype'),
        /* url('./CPN-Regular.woff2') format('woff2'), */
        url('./CPN-Regular.woff') format('woff'),
        url('./CPN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CPN-Bold';
    src: url('./CPN-Bold.eot');
    src: local('CPN-Bold'),
        url('./CPN-Bold.eot?#iefix') format('embedded-opentype'),
        url('./CPN-Bold.woff2') format('woff2'),
        url('./CPN-Bold.woff') format('woff'),
        url('./CPN-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}