/*
Theme Name: Nijenhuis Raambekleding
Theme URI: https://www.nijenhuisraambekleding.nl
Author: Nijenhuis Raambekleding
Description: Op maat gebouwd thema — warm en luxe uitstraling voor raamdecoratie specialist in Twente.
Version: 1.1.0
License: Proprietary
Text Domain: nijenhuis
*/

/* === CSS Custom Properties === */
:root {
  --crème: #F9F6F1;
  --warm-wit: #FFFFFF;
  --donker: #1C1C1C;
  --goud: #B8956A;
  --goud-licht: #D4A97A;
  --taupe: #8C7B6B;
  --lijn: #E8E0D6;
  --max-breedte: 1200px;
  --sectie-padding: 100px 24px;
  --radius: 4px;
  --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', sans-serif;
  font-weight: 400;
  color: var(--donker);
  background: var(--crème);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
