/* VS Schilderwerken – Montserrat (hele site) */
:root {
  --font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: var(--font-family);
  --font-heading: var(--font-family);
}

html {
  font-family: var(--font-family);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
}
