@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: local('Inter'), url('/assets/fonts/Inter-Light.ttf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: local('Inter'), url('/assets/fonts/Inter-Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: local('Inter'), url('/assets/fonts/Inter-Medium.ttf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: local('Inter'),
    url('/assets/fonts/Inter-SemiBold.ttf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: local('Inter'), url('/assets/fonts/Inter-Bold.ttf') format('opentype');
  font-weight: bold;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 26px;
}

@media (max-width: 2560px) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 1920px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 17px;
  }
}

@media (max-width: 920px) {
  html {
    font-size: 16px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#root {
}

ul,
li {
  margin: 0;
  padding: 0;
}

button,
input,
textarea {
  border: 1px solid transparent;
  outline: 0;
  background: none;
}

html.is-locked,
html.is-locked body {
    height: calc(var(--window-inner-height) - 1px);
    overflow: hidden;
    box-sizing: border-box;
}
