
: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: 150, 56%, 60%;  --primary-rgb: 150, 56%, 60%;  --primary-bg-hover-focus: 150, 56%, 55%;  --primary-bg-active: 150, 56%, 53%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 150, 56%, 46%;  --primary-light: 150, 56%, 80%;  --secondary: 215, 100%, 61%;  --secondary-rgb: 215, 100%, 61%;  --secondary-bg-hover-focus: 215, 100%, 56%;  --secondary-bg-active: 215, 100%, 51%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 215, 100%, 41%;  --secondary-light: 215, 100%, 81%;  --accent: 58, 96%, 63%;  --accent-rgb: 58, 96%, 63%;  --accent-bg-hover-focus: 58, 96%, 58%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 151, 56%, 95%;  --shade-rgb: 151, 56%, 95%;  --shade-bg-hover-focus: 151, 56%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 15%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 10%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 