/* open-sans-regular - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    src: local('Merriweather'),        
         url('/dist/fonts/merriweather.regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    src: local('Merriweather'),        
        url('/dist/fonts/merriweather.italic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    font-weight: bold;
    src: local('Merriweather'),        
        url('/dist/fonts/merriweather.bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: bold;
    src: local('Merriweather'),        
        url('/dist/fonts/merriweather.bold.italic.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    font-weight: 300;
    src: local('Merriweather'),        
        url('/dist/fonts/merriweather.light.ttf');
    font-display: swap;
}