.nav-item:hover {
    background-color: var(--color-bg-hover);
    color: var(--color-text-primary);
}