@font-face {
  font-family: "GothamNarrowBold";
  src: url("../assets/fonts/GothamXNarrow-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "GothamNarrowBook";
  src: url("../assets/fonts/GothamXNarrow-Book.ttf") format("truetype");
}

@font-face {
  font-family: "GothamNarrowMedium";
  src: url("../assets/fonts/GothamXNarrow-Medium.ttf") format("truetype");
}

body {
  font-family: "GothamNarrowMedium", "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* overflow: hidden; */
}

a {
  color: #000;
  text-decoration: none;
}

.back-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
