/*
Theme Name: VDH Vastgoed Advies — Stratex
Theme URI: https://vdhvastgoedadvies.nl/
Author: Niblah Webdesign
Description: Maatwerk WordPress-thema voor VDH Vastgoed Advies, gebaseerd op de goedgekeurde Stratex-compositie.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vdh-vastgoedadvies
*/

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

img,
svg {
	display: block;
	max-inline-size: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

