@font-face {
  font-family: "Hkgrotesk";
  src: url('https://assets.website-files.com/60759d68c40946f0d9eb7a9f/60c316454b27bf967103bd39_HKGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hkgrotesk";
  src: url('https://assets.website-files.com/60759d68c40946f0d9eb7a9f/60bf44ab6c417f7617322902_HKGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hkgrotesk";
  src: url('https://assets.website-files.com/60759d68c40946f0d9eb7a9f/60c31645f1ca7200b5b2a98a_HKGrotesk-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hkgrotesk";
  src: url('https://assets.website-files.com/60759d68c40946f0d9eb7a9f/60c316462c077ad0ae6aa2e2_HKGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hkgrotesk";
  src: url('https://assets.website-files.com/60759d68c40946f0d9eb7a9f/60c3164423deb99eb9024ab2_HKGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  @include hkgroteskFont;
  src: url('https://assets.website-files.com/60759d68c40946f0d9eb7a9f/60c31645450c1868f54cf2ff_HKGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.ios-scrollable {
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1023px) {
    .intercom-lightweight-app     {
      display: none;
    }
  }

/* Chrome, Safari, Edge, Opera */
input.disableInputArrow::-webkit-outer-spin-button, input.disableInputArrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].disableInputArrow {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #E6EEF7;
}

::-webkit-scrollbar-thumb {
  background: #8F9FB3;
}