/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
button { border: none; background: none; cursor: pointer; font: inherit; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
