*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; overflow-x: hidden; }
body.nav-open, body.modal-open { overflow: hidden; }
img, picture, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, p, figure { margin-top: 0; }
ul, ol { margin-top: 0; }
button { color: inherit; }
[hidden] { display: none !important; }
