html,
body {
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
  background-color: #000;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

a {
  color: inherit;
  text-decoration: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

svg:focus,
svg:active,
g:focus,
g:active {
  outline: none;
  border: none;
}

