@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather-regular.woff2') format('woff2'),
        url('fonts/merriweather-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}