/* Furo theme customizations */

/* 1. Fix sidebar navigation link colors - make them white/light instead of blue */
.sidebar-tree .reference.internal {
    color: var(--color-sidebar-link-text);
}

.sidebar-tree .current > .reference.internal {
    color: var(--color-sidebar-link-text--top-level);
}

/* Override blue link colors in sidebar */
.sidebar-tree a {
    color: var(--color-foreground-primary);
}

.sidebar-tree a:hover {
    color: var(--color-foreground-primary);
    text-decoration: underline;
}

/* 2. Reduce the main documentation title size */
.sidebar-brand-text {
    font-size: 1.25rem !important;
    font-weight: 600;
}

/* 3. Additional refinements for consistency */
.sidebar-tree .caption-text {
    color: var(--color-foreground-primary);
    font-weight: 600;
}
