/* style/fonts/pixelify-sans.css */
@font-face {
  font-family: Pixelify Sans;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("https://kingdoms.mkr.pw/assets/fonts/latin-ext.woff2") format(woff2);
  unicode-range: U100-2BA, U2BD-02C5, U2C7-02CC, U2CE-02D7, U2DD-02FF, U304, U308, U329, U1D00-1DBF, U1-1000000000F, U1EF2-1EFF, U2020, U20A0-20AB, U20AD-20C0, U2113, U2C60-2C7F, U + A720-A7FF;
}

@font-face {
  font-family: Pixelify Sans;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("https://kingdoms.mkr.pw/assets/fonts/latin.woff2") format(woff2);
  unicode-range: U0-0FF, U131, U152-153, U2BB-02BC, U2C6, U2DA, U2DC, U304, U308, U329, U2000-206F, U20AC, U2122, U2191, U2193, U2212, U2215, U + FEFF, U + FFFD;
}

/* src/style.css */
:root {
  color: #fff;
  font-family: Pixelify Sans, monospace;
}

body {
  overflow: hidden;
  display: grid;
  background-color: #000;
  place-items:  center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

canvas {
  display: none;
  image-rendering: pixelated;
  border: 1px solid #fff;
}
