/**************
** FONT CERA **
**************/
@font-face {
    font-family: 'CeraPro';
    src: url("../fonts/CeraPro-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: 'CeraPro';
    src: url("../fonts/CeraPro-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'CeraPro';
    src: url("../fonts/CeraPro-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: 'CeraPro';
    src: url("../fonts/CeraPro-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: 'CeraPro';
    src: url("../fonts/CeraPro-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: 'CeraPro';
    src: url("../fonts/CeraPro-Black.woff") format("woff");
    font-weight: 900;
}

@font-face {
    font-family: 'CeraPro';
    src: url("../fonts/CeraPro-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}