/**
 * Custom site-wide styles
 * Loaded after Bulma to override defaults
 */

/* De-saturated link color for better visual hierarchy */
a {
    color: #5a7a9a;
}

a:hover {
    color: #4a6a8a;
}

/* Override Bulma's has-text-link class */
.has-text-link {
    color: #5a7a9a !important;
}

.has-text-link:hover {
    color: #4a6a8a !important;
}
