html {
  overflow-x: hidden;
  overflow-y: scroll !important;
}

html,
body {
  min-height: 100vh;
  background: rgb(22, 29, 39) !important;
}

html,
body,
button,
input,
select,
textarea {
  font-family: Wigrum, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: 2px solid rgb(226, 121, 0);
}

#__next {
  width: 100vw;
}

body > img[src*='adnxs.com'] {
  display: block;
  width: 0;
  height: 0;
}
