/* ===== Roboto Condensed - locally hosted ===== */
/*
   Cross-browser support:
   - EOT: IE 6-9
   - WOFF2 (variable, weights 400-700): all modern browsers (Chrome 66+, Edge 18+, Firefox 62+, Safari 11+)
   - WOFF: IE 9-11, older Safari/Firefox/Chrome
   - TTF (variable, weights 400-700): older browsers without WOFF2/WOFF support
*/

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed/robotocondensed-400.eot');
    src: url('../fonts/roboto-condensed/robotocondensed-400.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed/robotocondensed-variable.woff2') format('woff2'),
         url('../fonts/roboto-condensed/robotocondensed-400.woff') format('woff'),
         url('../fonts/roboto-condensed/robotocondensed-variable.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-condensed/robotocondensed-variable.woff2') format('woff2'),
         url('../fonts/roboto-condensed/robotocondensed-variable.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed/robotocondensed-variable.woff2') format('woff2'),
         url('../fonts/roboto-condensed/robotocondensed-variable.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed/robotocondensed-700.eot');
    src: url('../fonts/roboto-condensed/robotocondensed-700.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed/robotocondensed-variable.woff2') format('woff2'),
         url('../fonts/roboto-condensed/robotocondensed-700.woff') format('woff'),
         url('../fonts/roboto-condensed/robotocondensed-variable.ttf') format('truetype');
}
