html,
body {
  height: 100%;
}

body {
  margin: 0;
  overflow: hidden;
}

#react-root {
  display: flex;
  height: 100%;
  background-color: var(--primary-bg);
}

input:focus-within {
  outline: none;
}

.hidden {
  display: none !important;
}

a[href] {
  text-decoration: none;
}