/* Fonts from new designs / wp blocks  + light & extrabold*/
@font-face {
    font-family: 'Museo Sans';
    src: url('../woff2/museosans-100.woff2') format('woff2'),
        url('../woff/museosans-100.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
 }

@font-face {
    font-family: 'Museo Sans';
    src: url('../woff2/museosans-300.woff2') format('woff2'),
        url('../woff/museosans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
 }

 @font-face {
    font-family: 'Museo Sans';
    src: url('../woff2/museosans-500.woff2') format('woff2'),
        url('../woff/museosans-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }

@font-face {
    font-family: 'Museo Sans';
    src: url('../woff2/museosans-700.woff2') format('woff2'),
        url('../woff/museosans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../woff2/museosans-900.woff2') format('woff2'),
        url('../woff/museosans-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

