*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; cursor: none; }
a { text-decoration: none; color: inherit; }
button { cursor: none; border: none; background: none; font: inherit; }
input { font: inherit; outline: none; border: none; background: none; }
img { display: block; max-width: 100%; }
