* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  display: none;
}
html,
body {
  position: relative;
  overflow: hidden;
  background-color: black;
  z-index: -2;
  width: 100vw;
  height: 100vh;
}

@font-face {
  font-family: "R Grunge";
  src: url("/rgrunge.TTF") format("truetype");
}

@font-face {
  font-family: "A Grotesk";
  src: url("/agrotesk.ttf") format("truetype");
}
@font-face {
  font-family: "O Princeps";
  src: url("/oprinceps.ttf") format("truetype");
}
@font-face {
  font-family: "A Garamond";
  src: url("/agaramond.ttf") format("truetype");
}
