@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/static/theme/fonts/OpenSans-Regular.woff2') format('woff2');
    src: url('/static/theme/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/static/theme/fonts/OpenSans-Bold.woff2') format('woff2');
    src: url('/static/theme/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather-Bold';
    src: url('/static/theme/fonts/Merriweather-Bold.woff2') format('woff2');
    src: url('/static/theme/fonts/Merriweather-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}