@font-face {
  font-family: 'Cubic11';
  src: url('../../assets/Cubic_11_1.010_R.woff2') format('woff2'),
       url('../../assets/Cubic_11_1.010_R.ttf') format('truetype');
  font-display: block;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: #78b8d9; }
body { display: grid; place-items: center; font-family: 'Cubic11', monospace; }
canvas { display: block; width: 100%; height: 100%; image-rendering: pixelated; image-rendering: crisp-edges; }
