:root {
    --headers-color: #2b2a29;
--organizational_structure_table_bg: #f0e9e8;
--footer-background: #2b2a29;
}

body .header .main-title,
body .header .header-left .header-left-toolbar .accessibility-panel-dropdown-btn,
body .contents .contents-title, 
body .body .contents .contents-title,
body .attachments-title, 
body .body .attachments-title,
body .footer-main-bottom
{ color: var(--headers-color) }

body .header .header-left .header-left-toolbar .switch input + .slider::before {
background-color: #2b2a29
}

body .body [role="tab"][aria-selected="true"], 
body [role="tab"][aria-selected="true"] {
    background-color: var(--main-color);
}

body .attachments_bar button, 
body .body .attachments_bar button { color: var(--link-color) }