/* Fonts */

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

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