*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--jaroni-dark); background: var(--jaroni-white); overflow-x: clip; -webkit-font-smoothing: antialiased; }
body.navigation-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid rgba(255, 194, 14, .55); outline-offset: 3px; }
