body, body *{
    font-family: 'merriweather' !important;
}
body, p, ul, li{
    font-size: 16px;
}
h4,h5,h6, h4 *, h5 *, h6 *{
    font-weight: bold  !important;
    font-size: 18px !important;
}
h2, h2 * {
    font-weight: bold  !important;
    font-size: 22px !important;
}
h3, h3 * {
    font-weight: bold  !important;
    font-size: 20px !important;
}

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

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