*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body, h1, h2, h3, p, ul { margin: 0; }
body { min-height: 100vh; }
img, picture, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid rgba(184, 140, 84, 0.72); outline-offset: 3px; }