
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato",sans-serif;  --header-font-family: "Lato",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 164, 100%, 17%;  --primary-rgb: 164, 100%, 17%;  --primary-bg-hover-focus: 164, 100%, 12%;  --primary-bg-active: 164, 100%, 10%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 164, 100%, 3%;  --primary-light: 164, 100%, 37%;  --secondary: 22, 52%, 15%;  --secondary-rgb: 22, 52%, 15%;  --secondary-bg-hover-focus: 22, 52%, 10%;  --secondary-bg-active: 22, 52%, 5%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 22, 52%, -5%;  --secondary-light: 22, 52%, 35%;  --accent: 163, 27%, 74%;  --accent-rgb: 163, 27%, 74%;  --accent-bg-hover-focus: 163, 27%, 69%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 163, 27%, 74%;  --shade-rgb: 163, 27%, 74%;  --shade-bg-hover-focus: 163, 27%, 69%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 