/* ==========================================================================
   Base Reset - Dorenbos Mobiliteit
   ========================================================================== */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--text);
	background: var(--bg);
	line-height: var(--line-height-body);
	font-size: 16px;
	font-weight: 400;
}

img { max-width: 100%; display: block; }

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

a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); }

ul, ol { margin: 0; padding: 0; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
