html,
body,
#root {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

#root {
  display: flex;
  -webkit-user-select: none;
  user-select: none;
}

* {
  --placeholderTextColor: #a9a9a9;
}

*:focus,
*:focus-visible {
  outline: none;
}

/* Hide clear & reveal buttons in Edge */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
