@font-face {
    font-family: 'Museo Sans 1';
    font-display: swap;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/MuseoSans/MuseoSans-100.ttf') format("truetype");
}
@font-face {
    font-family: 'Museo Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/MuseoSans/MuseoSans-300.ttf') format("truetype");
}
@font-face {
    font-family: 'Museo Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/MuseoSans/MuseoSans_500.ttf') format("truetype");
}
@font-face {
    font-family: 'Museo Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/MuseoSans/MuseoSans_700.ttf') format("truetype");
}
@font-face {
    font-family: 'Museo Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/MuseoSans/MuseoSans_900.ttf') format("truetype");
}
@font-face {
    font-family: 'Museo Sans Display';
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/MuseoSans/MuseoSansDisplay-Black.ttf') format('truetype');
}