@font-face {
    font-family: 'roboto_r';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), 
    url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_b';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), 
    url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_m';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), 
    url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_bl';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'), 
    url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-CondensedBlack';
    src: url('../fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'), 
    url('../fonts/HelveticaNeue-CondensedBlack.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue-CondensedBold';
    src: url('../fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'), 
    url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'days';
    src: url('../fonts/SVN-Days.woff2') format('woff2'), 
    url('../fonts/SVN-Days.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
