*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--papier);
  color: var(--inkt);
  font-family: var(--sans);
  font-size: var(--maat-m);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  text-wrap: balance;
  margin: 0;
  line-height: 1.12;
}

p { margin: 0; max-width: var(--regel); }

a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--goud);
  outline-offset: 3px;
}

img, svg { max-width: 100%; height: auto; display: block; }

.visueel-verborgen {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
