/*
Theme Name: De familie Nijenhuis
Theme URI: https://defamilienijenhuis.nl
Author: De familie Nijenhuis
Description: Op maat gebouwd thema voor de familie Nijenhuis — vrolijk-professioneel, warme klei-uitstraling. Socials, nieuws en samenwerkingen.
Version: 1.0.0
License: Proprietary
Text Domain: nijenhuis-familie
*/

/* === CSS Custom Properties === */
:root {
  --creme: #FAF4EE;
  --warm-wit: #FFFFFF;
  --klei: #B24A4A;
  --klei-donker: #9A3D3D;
  --goud: #E4B65C;
  --zand: #D8BFA6;
  --donker: #3A2626;
  --taupe: #8A7B6B;
  --lijn: #E7DBCB;
  --max-breedte: 1180px;
  --sectie-padding: 96px 24px;
  --radius: 6px;
  --overgang: 0.3s ease;
}

/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  color: var(--donker);
  background: var(--creme);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* Toegankelijkheid: skip-link doel */
#hoofd-inhoud:focus { outline: none; }
