html { box-sizing: border-box; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
img, picture, svg, video { display: block; max-inline-size: 100%; }
button, input, textarea, select { font: inherit; }
