@font-face {
  font-family: BoxedRegular;
  src: url(../assets/fonts/BoxedMedium.ttf);
}
@font-face {
  font-family: BoxedRegular;
  src: url(../assets/fonts/BoxedRegular-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: BoxedRegular;
  src: url(../assets/fonts/BoxedSemibold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: BoxedRegular;
  src: url(../assets/fonts/BoxedRegular.ttf);
  font-weight: 600;
}

@font-face {
  font-family: BoxedRegular;
  src: url(../assets/fonts/BoxedRegular.ttf);
  font-weight: 500;
}
@font-face {
  font-family: BoxedRegular;
  src: url(../assets/fonts/BoxedRegular.ttf);
  font-weight: 400;
}
body {
  margin: 0;
  background: #171828;
  font-family: BoxedRegular;
  color: #fff;
}

::-webkit-scrollbar {
  display: none;
}
