@font-face {
    font-family: 'Munro';
    src: url(../build/f78662ff4aad4d038806351bf15fa42f.ttf)
}

html,
body {
    margin: 0;
    padding: 0;
    background: #80afd0;
    overflow: hidden;
    image-rendering: optimizeSpeed; /* Older versions of FF */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non standard naming) */
    image-rendering: -o-crisp-edges; /* OS X & Windows Opera (12.02+) */
    image-rendering: crisp-edges; /* Possible future browsers. */
    -ms-interpolation-mode: nearest-neighbor; /* IE (non standard naming) */
    font-family: 'Munro', serif;
}

canvas {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}

