/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    src: url("Inter.ttf") format("truetype-variations");
    font-weight: 100 900;
  }
}


* {
  font-family: "Inter", sans-serif;
}
