:root {
  --primary-color: #3067a2;
  --primary-color-light: #4273a7;
  --secondary-color: #dee1e2;
  --black-color: #000000;
}

/* Professioneler lettertype */
* {
  font-family: 'Inter', sans-serif;
}

body {
  margin-top: 10vh !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background-color: var(--secondary-color) !important;
}

/* Stijlvolle lettertypes voor koppen */
h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--primary-color);
}
