@font-face {
    font-family: 'merriweatherbold';
    src: url('merriweather-bold-webfont.woff2') format('woff2'),
        url('merriweather-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'merriweatherregular';
    src: url('../font/Merriweather/merriweather-regular-webfont.woff2') format('woff2'),
        url('../font/Merriweather/merriweather-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p {

    font-family: 'merriweatherregular';

}


@font-face {
    font-family: 'open_sansitalic';
    src: url('../font/Open_Sans/opensans-italic-variablefont_wdthwght-webfont.woff2') format('woff2'),
        url('../font/Open_Sans/opensans-italic-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('../font/Open_Sans/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'),
        url('../font/Open_Sans/opensans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansbold';
    src: url('../font/Open_Sans/opensans-bold-webfont.woff2') format('woff2'),
        url('../font/Open_Sans/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h2 {

    font-family: 'open_sansbold';

}

h1 {

    font-family: 'open_sansbold';

}