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

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

