*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html:focus-within { scroll-behavior: smooth; }
html, body { height: 100%; }
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img, picture, svg, video, canvas { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
