@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: 'inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), 
    url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald_b';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'), 
    url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.woff2') format('woff2'), 
    url('../fonts/UTMHelvetIns.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Eurostile';
    src: url('../fonts/SFUEurostileCondensed.woff2') format('woff2'), 
    url('../fonts/SFUEurostileCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}