
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Open Sans",sans-serif;  --header-font-family: "Noto Serif Bengali",serif;  --logo-max-width: 300px;  --primary: 73, 26%, 35%;  --primary-rgb: 73, 26%, 35%;  --primary-bg-hover-focus: 73, 26%, 30%;  --primary-bg-active: 73, 26%, 28%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: hsl(var(--primary));  --primary-dark: 73, 26%, 21%;  --primary-light: 73, 26%, 55%;  --secondary: 14, 77%, 54%;  --secondary-rgb: 14, 77%, 54%;  --secondary-bg-hover-focus: 14, 77%, 49%;  --secondary-bg-active: 14, 77%, 44%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 14, 77%, 34%;  --secondary-light: 14, 77%, 74%;  --accent: 45, 100%, 81%;  --accent-rgb: 45, 100%, 81%;  --accent-bg-hover-focus: 45, 100%, 76%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 94%;  --shade-rgb: 0, 0%, 94%;  --shade-bg-hover-focus: 0, 0%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: hsl(var(--primary));  --dark: 233, 13%, 24%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: hsl(var(--primary-light));  --dark-bg-hover-focus: 233, 13%, 19%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .section_toolbar { color: #fff !important; } .section_toolbar .menu__link, .section_toolbar .menu__item_active a, .menu__item_active .section_toolbar a, .section_toolbar .menu__text { color: #fff !important; } .section_toolbar .menu__link:hover, .section_toolbar .menu__item_active a:hover, .menu__item_active .section_toolbar a:hover, .section_toolbar .menu__link:focus, .section_toolbar .menu__item_active a:focus, .menu__item_active .section_toolbar a:focus { color: hsl(var(--primary-dark)) !important; }  