*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 17px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--black); background: var(--white); }
button, input, textarea, select { font-family: var(--sans); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
