@font-face {
    font-family: 'Comic Sans MS';
    src: url('/fonts/ComicSans/ComicSansMS.woff2') format('woff2'),
        url('/fonts/ComicSans/ComicSansMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('/fonts/ComicSans/ComicSansMS-Bold.woff2') format('woff2'),
        url('/fonts/ComicSans/ComicSansMS-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

