/* Kleine, voorspelbare basis voor elke browser en hostingomgeving. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; max-width: 100%; overflow-x: hidden; }
html { -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img, picture, svg, video, canvas { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; }
button, input, select, textarea { margin: 0; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: none; cursor: pointer; }
[hidden] { display: none !important; }
