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

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

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

