/**
  * @todo: Refactor as single font face with font styles
**/



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

}

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

}

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

}

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

}

