@font-face {
    font-family: 'Cooper';
    src: url('./../fonts/CooperBlack.woff2') format('woff2'),
        url('./../fonts/CooperBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

