/* AuroraStecknat — tokens de tema */
:root {
    --aurora-brand: #0d6efd;
    --aurora-content-bg: var(--bs-body-bg);
}

.app-sidebar[data-bs-theme="dark"] {
    --aurora-brand: #6ea8fe;
    --aurora-sidebar-bg: var(--bs-secondary-bg);
}
