* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  cursor: none !important;
  user-select: none;
  font-synthesis: none !important;
}
*::before,
*::after {
  pointer-events: none;
}
body,
html {
  background-color: #fff;
  cursor: none;
  overflow-x: clip;
  padding: 0% !important;
  height: 100%;
  /* overscroll-behavior: contain; */
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 100px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}
button,
a,
select {
  border: none;
}
button {
  background-color: transparent;
  border: none;
}
button:active,
button:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #d8d8d8;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
@media (hover: none) {
  * {
    cursor: auto !important;
  }
  body,
  html {
    cursor: auto !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 600px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
