
/* Algemene stijl voor de pagina */
body {
  font-family: "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

/* Stijl voor alle paragrafen */
p {
  font-size: 16px !important;
  margin-bottom: 1em !important;
}

/* Stijl voor specifieke containers zoals de Houdini sidebar */
.houdini {
  font-family: "Segoe UI", sans-serif !important;
  font-size: 10px !important;
}