@font-face {
    font-family: 'Cera Round Pro';
    src: url('cera_round_pro_thin.woff2') format('woff2'),
         url('cera_round_pro_thin.woff') format('woff'),
         url('cera_round_pro_thin.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Round Pro';
    src: url('cera_round_pro_light.woff2') format('woff2'),
         url('cera_round_pro_light.woff') format('woff'),
         url('cera_round_pro_light.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Round Pro';
    src: url('cera_round_pro_medium.woff2') format('woff2'),
         url('cera_round_pro_medium.woff') format('woff'),
         url('cera_round_pro_medium.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Round Pro';
    src: url('cera_round_pro_regular.woff2') format('woff2'),
         url('cera_round_pro_regular.woff') format('woff'),
         url('cera_round_pro_regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Round Pro';
    src: url('cera_round_pro_bold.woff2') format('woff2'),
         url('cera_round_pro_bold.woff') format('woff'),
         url('cera_round_pro_bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Round Pro';
    src: url('cera_round_pro_black.woff2') format('woff2'),
         url('cera_round_pro_black.woff') format('woff'),
         url('cera_round_pro_black.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
}