body {
  background-color: black;
  color: white;
  font-family: Helvetica;
}

@font-face {
    font-family: "Darkach";
    src: url("/assets/DarkachRegular.ttf") format("truetype"),
}
@font-face {
    font-family: "Comic";
    src: url("assets/ComicSans.ttf") format("truetype"),
}
@font-face {
    font-family: "Arcade";
    src: url("/assets/ARCADE_N.TTF") format("truetype"),
}
@font-face {
    font-family: "Irken";
    src: url("/assets/Irken.ttf") format("truetype"),
}
@font-face {
    font-family: "Winged";
    src: url("assets/Wingdings 3.ttf") format("truetype"),
}
@font-face {
    font-family: "Eva";
    src: url("/assets/FOT-Matisse%20Pro%20EB.otf") format("opentype"),
}
@font-face {
    font-family: "Confidential";
    src: url("/assets/Confidential.otf") format("opentype"),
}