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

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/merriweather/merriweather-300.eot');
    src: url('../fonts/merriweather/merriweather-300.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather/merriweather-variable.woff2') format('woff2'),
         url('../fonts/merriweather/merriweather-300.woff') format('woff'),
         url('../fonts/merriweather/merriweather-variable.ttf') format('truetype');
}

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

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

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/merriweather/merriweather-900.eot');
    src: url('../fonts/merriweather/merriweather-900.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather/merriweather-variable.woff2') format('woff2'),
         url('../fonts/merriweather/merriweather-900.woff') format('woff'),
         url('../fonts/merriweather/merriweather-variable.ttf') format('truetype');
}
