@font-face {
    font-family: Fixedsys Excelsior;
    src: url(../fonts/fixedsys-excelsior.ttf);
}

#game {
    font-family: Fixedsys Excelsior, monospace;
    font-size: 32px;

    /* Fixedsys Excelsior has no bold or italic equivalent, so force all text to be normal. */
    & * {
        font-weight: normal;
    }

    & img {
        image-rendering: pixelated;
    }

    & table {
        border-collapse: collapse;

        & th,td {
            border: 2px solid gray;
        }
    }
}