* {
    image-rendering: pixelated;
}

@font-face {
    font-family: "Comic Sans MS";
    src: url("/shared/font/ComicSansMS.ttf") format("truetype");
}

@font-face {
    font-family: 'megaman_2';
    src: url('/shared/font/MegaMan-2.woff2') format('woff2');
}

body {
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;

    margin: 0;
    padding: 0;

    font-size: 16px;

    cursor: url("/shared/cursor-32.png"), auto;
}
