
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "IBM Plex Sans",sans-serif;  --header-font-family: "Hepta Slab",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 148, 70%, 26%;  --primary-rgb: 148, 70%, 26%;  --primary-bg-hover-focus: 148, 70%, 21%;  --primary-bg-active: 148, 70%, 19%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 148, 70%, 12%;  --primary-light: 148, 70%, 46%;  --secondary: 120, 8%, 50%;  --secondary-rgb: 120, 8%, 50%;  --secondary-bg-hover-focus: 120, 8%, 45%;  --secondary-bg-active: 120, 8%, 40%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 120, 8%, 30%;  --secondary-light: 120, 8%, 70%;  --accent: 198, 63%, 23%;  --accent-rgb: 198, 63%, 23%;  --accent-bg-hover-focus: 198, 63%, 18%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 186, 38%, 86%;  --shade-rgb: 186, 38%, 86%;  --shade-bg-hover-focus: 186, 38%, 81%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 2%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, -3%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 