html,
body,
#root,
#root > div {
  width: 100%;
  overscroll-behavior: none;
  /* height: 100%;  Commented for testing, will be removed after testing.    */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Rubik-Regular !important;
}

input {
  border: none !important;
}
