.toolbar .nav-link {
    color: #ffffff !important; /* Always white */
    font-weight: normal; /* Normal font weight when not active */
}

/* Active state for toolbar nav-links */
.toolbar .nav-link.active {
    font-weight: bold !important; /* Bold when active */
    color: #ffffff !important; /* Always white */
}

/* Optionally, add a hover effect for toolbar nav-links */
.toolbar .nav-link:hover {
    color: #f0f0f0 !important; /* Slightly lighter white on hover */
    font-weight: bold !important; /* Bold when active */
}