body {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2929;
}

/* @font-face {
    font-family: 'TT Norms Pro';
    src: url("/local/assets/fonts/TT Norms Pro/TT-Norms-Pro-Light.otf");
    font-weight: 500;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url("/local/assets/fonts/TT Norms Pro/TT-Norms-Pro-Regular.otf");
    font-weight: 500;
} */

@font-face {
    font-family: 'Cera Pro';
    src: 
        url('/local/assets/fonts/CeraPro/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/CeraPro/CeraPro-Light.woff') format('woff'),
        url('/local/assets/fonts/CeraPro/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Cera Pro';
    src: 
        url('/local/assets/fonts/CeraPro/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/CeraPro/CeraPro-Medium.woff') format('woff'),
        url('/local/assets/fonts/CeraPro/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Cera Pro';
    src: 
        url('/local/assets/fonts/CeraPro/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/CeraPro/CeraPro-Black.woff') format('woff'),
        url('/local/assets/fonts/CeraPro/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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

@font-face {
    font-family: 'Cera Pro';
    src: url('CeraPro-Regular.eot');
    src: 
        url('/local/assets/fonts/CeraPro/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/CeraPro/CeraPro-Regular.woff') format('woff'),
        url('/local/assets/fonts/CeraPro/CeraPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src:
        url('/local/assets/fonts/CeraPro/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/assets/fonts/CeraPro/CeraPro-Thin.woff') format('woff'),
        url('/local/assets/fonts/CeraPro/CeraPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}