/* Paleta de marca WowSoft, aplicada sobre las variables de Bootstrap 5.3 */
:root {
    --bs-primary: #00539D;
    --bs-primary-rgb: 0, 83, 157;
    --bs-primary-text-emphasis: #003A70;
    --bs-primary-bg-subtle: #DCE9F5;
    --bs-primary-border-subtle: #B3CBE2;

    --bs-link-color: #00539D;
    --bs-link-color-rgb: 0, 83, 157;
    --bs-link-hover-color: #003A70;
    --bs-link-hover-color-rgb: 0, 58, 112;
}

.sidebar.bg-dark {
    background-color: #12222F !important;
}

.brand-logo {
    height: 28px;
    width: auto;
}
