
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato",sans-serif;  --header-font-family: "Lora",serif;  --logo-max-width: 250px;  --primary: 198, 74%, 33%;  --primary-rgb: 198, 74%, 33%;  --primary-bg-hover-focus: 198, 74%, 28%;  --primary-bg-active: 198, 74%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: hsl(var(--white));  --primary-dark: 198, 74%, 19%;  --primary-light: 198, 74%, 53%;  --secondary: 223, 14%, 52%;  --secondary-rgb: 223, 14%, 52%;  --secondary-bg-hover-focus: 223, 14%, 47%;  --secondary-bg-active: 223, 14%, 42%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: hsl(var(--white));  --secondary-dark: 223, 14%, 32%;  --secondary-light: 223, 14%, 72%;  --accent: 331, 65%, 52%;  --accent-rgb: 331, 65%, 52%;  --accent-bg-hover-focus: 331, 65%, 47%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: hsl(var(--white));  --shade: 86, 15%, 91%;  --shade-rgb: 86, 15%, 91%;  --shade-bg-hover-focus: 86, 15%, 86%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: hsl(var(--primary-dark));  --dark: 234, 20%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 234, 20%, 15%;  --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; }  body { background: #e8ebe4 !important; } .section_toolbar.background-primary { background: linear-gradient(to right, #166c91, #135c7b) !important; } .section_titlebar.background-primary { background: #166c91 linear-gradient(to right, #166c91, #135c7b) !important; }  