html, body {
  font-family: "GT Eesti Pro Display";
}

body {
  display: flex;
  flex-direction: column;
  background: #000;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}