/* @font-face {
    font-display: swap;
    font-family: 'Cousine';
    font-style: normal;
    font-weight: 400;
    src: url('font/cousine-v27-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Cousine';
    font-style: italic;
    font-weight: 400;
    src: url('font/cousine-v27-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Cousine';
    font-style: normal;
    font-weight: 700;
    src: url('font/cousine-v27-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Cousine';
    font-style: italic;
    font-weight: 700;
    src: url('font/cousine-v27-latin-700italic.woff2') format('woff2');
} */

@font-face {
    font-family: 'Erin\'s Handwriting 2';
    src: url('font/ErinsHandwriting2.woff2') format('woff2'),
        url('font/ErinsHandwriting2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    /* font-family: 'Comic Sans MS', 'Comic Sans', cursive; */
    font-family: 'Erin\'s Handwriting 2';
    /* font-family: 'Cousine', monospace; */
}

.gamepopup {
    margin: 0 auto;
    width: 90%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer {
    opacity: 0.4;
}

#brand {
    width: 4em;
    line-height: 1em;
}