@font-face {
    font-family: 'Codec Pro';
    src: url('CodecPro-ExtraBold.woff') format('woff'),
        url('CodecPro-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('CodecPro-Heavy.woff') format('woff'),
        url('CodecPro-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('CodecPro-Bold.woff') format('woff'),
        url('CodecPro-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('CodecPro-Regular.woff') format('woff'),
        url('CodecPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('CodecPro-Light.woff') format('woff'),
        url('CodecPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('CodecPro-Thin.woff') format('woff'),
        url('CodecPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
