@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300');
@font-face {
    font-family: 'merriweather_sansbold';
    src: url('fonts/merriweathersans-bold-webfont.woff2') format('woff2'),
         url('fonts/merriweathersans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merriweather_sansextrabold';
    src: url('fonts/merriweathersans-extrabold-webfont.woff2') format('woff2'),
         url('fonts/merriweathersans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merriweather_sanslight';
    src: url('fonts/merriweathersans-light-webfont.woff2') format('woff2'),
         url('fonts/merriweathersans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merriweather_sansregular';
    src: url('fonts/merriweathersans-regular-webfont.woff2') format('woff2'),
         url('fonts/merriweathersans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans-300.woff2') format('woff2'),
         url('fonts/museosans-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}