@font-face {
  font-family: "Inconsolata";
  src: url("./InconsolataNerdFont-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
}

html {
  color-scheme: light dark;
}

body {
  display: flex;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}

pre {
  font-family: "Inconsolata", monospace;
}
