html {
  text-rendering: optimizeLegibility;
}
html,
body {
  font-family: 'Inter', sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

input,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-family: 'Inter', sans-serif;

  border: unset;
  outline: none;

  -webkit-appearance: none;
}

a {
  color: unset;
  text-decoration: none;
  &:visited {
    color: unset;
  }
}

.isLoading {
  background-color: rgb(227, 227, 227);
}
// .lazyLoad {
//   background-color: rgb(227, 227, 227);
// }
