
: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: 206, 67%, 33%;  --primary-rgb: 206, 67%, 33%;  --primary-bg-hover-focus: 206, 67%, 28%;  --primary-bg-active: 206, 67%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 206, 67%, 19%;  --primary-light: 206, 67%, 53%;  --secondary: 199, 73%, 43%;  --secondary-rgb: 199, 73%, 43%;  --secondary-bg-hover-focus: 199, 73%, 38%;  --secondary-bg-active: 199, 73%, 33%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 199, 73%, 23%;  --secondary-light: 199, 73%, 63%;  --accent: 22, 75%, 50%;  --accent-rgb: 22, 75%, 50%;  --accent-bg-hover-focus: 22, 75%, 45%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 184, 37%, 84%;  --shade-rgb: 184, 37%, 84%;  --shade-bg-hover-focus: 184, 37%, 79%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 212, 100%, 18%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 212, 100%, 13%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 