
: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: 181, 100%, 28%;  --primary-rgb: 181, 100%, 28%;  --primary-bg-hover-focus: 181, 100%, 23%;  --primary-bg-active: 181, 100%, 21%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 181, 100%, 14%;  --primary-light: 181, 100%, 48%;  --secondary: 199, 63%, 23%;  --secondary-rgb: 199, 63%, 23%;  --secondary-bg-hover-focus: 199, 63%, 18%;  --secondary-bg-active: 199, 63%, 13%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 199, 63%, 3%;  --secondary-light: 199, 63%, 43%;  --accent: 23, 100%, 51%;  --accent-rgb: 23, 100%, 51%;  --accent-bg-hover-focus: 23, 100%, 46%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 181, 60%, 88%;  --shade-rgb: 181, 60%, 88%;  --shade-bg-hover-focus: 181, 60%, 83%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 199, 63%, 23%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 199, 63%, 18%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 