@font-face {
    font-family: 'Museo Sans 300';
    src: url('../fonts/MuseoSans-300.eot');
    src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-300.woff2') format('woff2'),
        url('../fonts/MuseoSans-300.woff') format('woff'),
        url('../fonts/MuseoSans-300.ttf') format('truetype'),
        url('../fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('../fonts/MuseoSans-500.eot');
    src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-500.woff2') format('woff2'),
        url('../fonts/MuseoSans-500.woff') format('woff'),
        url('../fonts/MuseoSans-500.ttf') format('truetype'),
        url('../fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monik Regular';
    src: url('../fonts/Monik-Regular.eot');
    src: url('../fonts/Monik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monik-Regular.woff2') format('woff2'),
        url('../fonts/Monik-Regular.woff') format('woff'),
        url('../fonts/Monik-Regular.ttf') format('truetype'),
        url('../fonts/Monik-Regular.svg#Monik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.museo-300 {
font-family: 'Museo Sans 300' !important;
}

.museo-500 {
font-family: 'Museo Sans 500' !important;
}

.monik-reg {
font-family: 'Monik Regular' !important;
}

