@font-face {
  font-family: "DepartureMono";
  src: url("font/DepartureMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cozette";
  src: url("font/CozetteVector.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  background-image: url("img/static.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size: 18px;
  font-family: "DepartureMono", monospace;
  color: white;

  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: unset;
  font-smooth: never;
}
