
: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: 199, 73%, 43%;  --primary-rgb: 199, 73%, 43%;  --primary-bg-hover-focus: 199, 73%, 38%;  --primary-bg-active: 199, 73%, 36%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 199, 73%, 29%;  --primary-light: 199, 73%, 63%;  --secondary: 137, 49%, 67%;  --secondary-rgb: 137, 49%, 67%;  --secondary-bg-hover-focus: 137, 49%, 62%;  --secondary-bg-active: 137, 49%, 57%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 137, 49%, 47%;  --secondary-light: 137, 49%, 87%;  --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: 200, 65%, 91%;  --shade-rgb: 200, 65%, 91%;  --shade-bg-hover-focus: 200, 65%, 86%;  --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%;  } 