/*make links doesnt have underline*/
a { text-decoration: none !important; }

/* Ensure all navigation links are black by default */
.wp-block-navigation .wp-block-navigation-item__content {
    color: black ;
}

/* Hover and focus effects */
.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-navigation .wp-block-navigation-item__content:focus {
    color: #231a63 !important;
}

/* Ensure active/current menu item doesn't get a weird color */
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content {
    color: #231a63 !important;
}

.wp-block-navigation .wp-block-navigation-item__content {
    font-family: 'DM Sans', sans-serif !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size :15px;
		font-weight: 700;
}