/* Pas het lettertype aan naar Architects Daughter voor de menu-items */
.h-navigation a,
.h-hero a,
.h-section a {
    color: #002b79 !important; /* Donkerblauw */
    font-family: 'Architects Daughter', cursive;
    font-size: 16px; /* Pas dit aan als een andere grootte gewenst is */
    font-weight: 400;
}

/* Hover-effect voor menu-items */
.h-navigation a:hover,
.h-hero a:hover,
.h-section a:hover {
    color: #000066 !important; /* Iets donkerder blauw bij hover */
}