/*Write your custom css in this file.*/
/* Algemene stijl voor alle elementen */
* {
    font-family: Futura, sans-serif;
    font-style: normal;
    font-variant: normal;
}

/* Specifieke stijlen voor elementen */
h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
}

h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 15.4px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.57143px;
}
