@font-face {
    font-display: fallback;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
         url('../fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
    font-display: fallback;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff');
}

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

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