/*Regular*/
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather'), url('fonts/Merriweather-Regular.woff') format('woff');
}

/*Regular italic*/
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: local('Merriweather Italic'), local('Merriweather-Italic'), url('fonts/Merriweather-Italic.woff') format('woff');
}

/*Light*/
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: local('Merriweather Light'), local('Merriweather-Light'), url('fonts/Merriweather-Light.woff') format('woff');
}

/*Light italic*/
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    src: local('Merriweather Light Italic'), local('MerriweatherLight-Italic'), url('fonts/Merriweather-LightIt.woff') format('woff');
}

/*Bold*/
/*@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: local('Merriweather Bold'), local('Merriweather-Bold'), url('fonts/Merriweather-Bold.woff') format('woff');
}*/

/*Bold italic*/
/*@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: local('Merriweather Bold Italic'), local('MerriweatherBold-Italic'), url('fonts/Merriweather-BoldIt.woff') format('woff');
}*/

/*Ultra bold*/
/*@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: local('Merriweather UltraBold'), local('Merriweather-UltraBold'), url('fonts/Merriweather-UltraBold.woff') format('woff');
}*/

/*Ultra bold italic*/
/*@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 900;
    src: local('Merriweather UltraBold Italic'), local('MerriweatherUltraBold-Italic'), url('fonts/Merriweather-UltraBdIt.woff') format('woff');
}*/
