@font-face {
    font-family: 'Code Pro LC';
    src: url('../fonts/Code-Pro-LC.woff2') format('woff2'),
        url('../fonts/Code-Pro-LC.woff') format('woff'),
        url('../fonts/Code-Pro-LC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Code Pro';
    src: url('../fonts/Code-Pro-Bold.woff2') format('woff2'),
        url('../fonts/Code-Pro-Bold.woff') format('woff'),
        url('../fonts/Code-Pro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Code Pro';
    src: url('../fonts/Code-Pro-Light.woff2') format('woff2'),
        url('../fonts/Code-Pro-Light.woff') format('woff'),
        url('../fonts/Code-Pro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Code Pro Bold LC';
    src: url('../fonts/Code-Pro-Bold-LC.woff2') format('woff2'),
        url('../fonts/Code-Pro-Bold-LC.woff') format('woff'),
        url('../fonts/Code-Pro-Bold-LC.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

