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

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

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

