html * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
body {
  -webkit-tap-highlight-color: transparent;
  font-family: "Roboto";
  font-size: 24px;
  display: flex;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100svh;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
}

html {
  height: 100svh;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "Inter" !important;
  overscroll-behavior: none;
  overflow: hidden;
  height: 100%;
  position: fixed;
  inset: 0;
}

.hideScroll::-webkit-scrollbar {
  display: none;
}

.hideScroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: none;
}

*:focus,
*:active {
  outline: none;
}

#webpack-dev-server-client-overlay {
  inset: 50px !important;
  top: 100px !important;
  width: calc(100vw - 100px) !important;
  height: calc(100vh - 150px) !important;
  border-radius: 25px;
}
