/* The game chrome (HUD, labels, FPS) is the only thing that uses a webfont:
   Space Mono, normal 400. Everything else is canvas. */
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('fonts/space-mono-400.ttf') format('truetype');
}
