@font-face {
  font-family: "Terminus";
  src: url('/font') format('truetype');
}

body {
  font-family: "Terminus";
  margin: 0;
  color: #e8e6e3;
  background-color: #181a1b;
}
