/* Reset — Galabau Daniel Wolff */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body { min-height: 100vh; overflow-x: clip; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
ul[class], ol[class] { list-style: none; }
h1, h2, h3, h4, p { overflow-wrap: break-word; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--c-moos); outline-offset: 3px; border-radius: 2px; }
