@font-face {
    font-family: 'Merriweather';
    src:  url('merriweather-light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Merriweather';
    src:  url('merriweather-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Merriweather Sans';
    src:  url('merriweather-sans-regular.woff2') format('woff2');
    font-weight: 400 700;
    font-display: swap;
}