/**
* Font Family: Muse
*/

@font-face {
    font-family: 'Museo';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src:
        url('./museo/museo300-regular-webfont.woff2') format('woff2'),
        url('./museo/museo300-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Museo';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src:
        url('./museo/museo300-regular-webfont.woff2') format('woff2'),
        url('./museo/museo300-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Museo';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src:
        url('./museo/museo500-regular-webfont.woff2') format('woff2'),
        url('./museo/museo500-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Museo';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src:
        url('./museo/museo500-regular-webfont.woff2') format('woff2'),
        url('./museo/museo500-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Museo';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src:
        url('./museo/museo700-regular-webfont.woff2') format('woff2'),
        url('./museo/museo700-regular-webfont.woff') format('woff');
}