/*
@font-face {
    font-family: 'century';
    src: url('tt1180m.woff2') format('woff2'),
         url('tt1180m.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_century {
    font-family: 'century', Times, serif !important;
}

@font-face {
    font-family: 'century_italic';
    src: url('tt1181m.woff2') format('woff2'),
         url('tt1181m.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_century_it {
    font-family: 'century_italic', Times, serif !important;
}

@font-face {
    font-family: 'century_semi_bold';
    src: url('tt1182m.woff2') format('woff2'),
         url('tt1182m.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_century_sm_bd {
    font-family: 'century_semi_bold', Times, serif !important;
}

@font-face {
    font-family: 'century_semi_bold_italic';
    src: url('tt1183m.woff2') format('woff2'),
         url('tt1183m.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_century_sm_bd_it {
    font-family: 'century_semi_bold_italic', Times, serif !important;
}

@font-face {
    font-family: 'century_bold';
    src: url('tt1184m.woff2') format('woff2'),
         url('tt1184m.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_century_bd {
    font-family: 'century_bold', Times, serif !important;
}

@font-face {
    font-family: 'century_bold_italic';
    src: url('tt1185m.woff2') format('woff2'),
         url('tt1185m.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_century_bd_it {
    font-family: 'century_bold_italic', Times, serif !important;
}
*/

@font-face {
    font-family: 'realtime_text_rounded_black';
    src: url('realtime_text_rounded_black.woff2') format('woff2'),
         url('realtime_text_rounded_black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_realtime_bl {
    font-family: 'realtime_text_rounded_black', Arial, sans-serif !important;
}

@font-face {
    font-family: 'realtime_text_rounded_bold';
    src: url('realtime_text_rounded_bold.woff2') format('woff2'),
         url('realtime_text_rounded_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_realtime_bd {
    font-family: 'realtime_text_rounded_bold', Arial, sans-serif !important;
}

@font-face {
    font-family: 'realtime_text_rounded_light';
    src: url('realtime_text_rounded_light.woff2') format('woff2'),
         url('realtime_text_rounded_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_realtime_li {
    font-family: 'realtime_text_rounded_light', Arial, sans-serif !important;
}

@font-face {
    font-family: 'realtime_text_rounded_semi_bold';
    src: url('realtime_text_rounded_semibold.woff2') format('woff2'),
         url('realtime_text_rounded_semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_realtime_sm_bd {
    font-family: 'realtime_text_rounded_semi_bold', Arial, sans-serif !important;
}

@font-face {
    font-family: 'realtime_text_rounded';
    src: url('realtime_text_rounded.woff2') format('woff2'),
         url('realtime_text_rounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_realtime {
    font-family: 'realtime_text_rounded', Arial, sans-serif !important;
}

/**********************************************************************************/

.cormorant {
    font-family: 'Cormorant', Times, serif !important;
}