/* Carbon ESG white-label branding defaults
   Runtime values are injected by sidebar.php from company_white_label. */
:root {
    --ce-brand-primary: #198754;
    --ce-brand-secondary: #2563eb;
    --ce-brand-accent: #10b981;
    --ce-brand-sidebar: #1e293b;

    /* Semantic hierarchy aliases */
    --ce-page-title-bg: var(--ce-brand-primary);
    --ce-main-section-bg: var(--ce-brand-secondary);
    --ce-sub-section-bg: var(--ce-brand-accent);
    --ce-sidebar-bg: var(--ce-brand-sidebar);
}
