/* Fonts */

@font-face {
    font-family: 'CeraPro';
    src: url('cerapro-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro';
    src: url('cerapro-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CeraPro';
    src: url('cerapro-light.woff2') format('woff2');
    font-weight: light;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CreamPeach';
    src: url('Cream-Peach.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}