*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; cursor: none; -webkit-font-smoothing: antialiased; }
ul, ol { list-style: none; }
button { border: none; background: none; cursor: none; font-family: inherit; }
input, textarea { font-family: inherit; }
a { text-decoration: none; color: inherit; }
img, canvas { display: block; max-width: 100%; }
