
: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: 209, 100%, 33%;  --primary-rgb: 209, 100%, 33%;  --primary-bg-hover-focus: 209, 100%, 28%;  --primary-bg-active: 209, 100%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 209, 100%, 19%;  --primary-light: 209, 100%, 53%;  --secondary: 191, 99%, 35%;  --secondary-rgb: 191, 99%, 35%;  --secondary-bg-hover-focus: 191, 99%, 30%;  --secondary-bg-active: 191, 99%, 25%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 191, 99%, 15%;  --secondary-light: 191, 99%, 55%;  --accent: 87, 52%, 40%;  --accent-rgb: 87, 52%, 40%;  --accent-bg-hover-focus: 87, 52%, 35%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 186, 38%, 84%;  --shade-rgb: 186, 38%, 84%;  --shade-bg-hover-focus: 186, 38%, 79%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 198, 63%, 23%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 198, 63%, 18%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 