
: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: "Open Sans",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 165, 18%, 60%;  --primary-rgb: 165, 18%, 60%;  --primary-bg-hover-focus: 165, 18%, 55%;  --primary-bg-active: 165, 18%, 53%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 165, 18%, 46%;  --primary-light: 165, 18%, 80%;  --secondary: 198, 67%, 27%;  --secondary-rgb: 198, 67%, 27%;  --secondary-bg-hover-focus: 198, 67%, 22%;  --secondary-bg-active: 198, 67%, 17%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 198, 67%, 7%;  --secondary-light: 198, 67%, 47%;  --accent: 186, 51%, 35%;  --accent-rgb: 186, 51%, 35%;  --accent-bg-hover-focus: 186, 51%, 30%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 165, 18%, 60%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 165, 18%, 55%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 