
: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: 210, 40%, 30%;  --primary-rgb: 210, 40%, 30%;  --primary-bg-hover-focus: 210, 40%, 25%;  --primary-bg-active: 210, 40%, 23%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 210, 40%, 16%;  --primary-light: 210, 40%, 50%;  --secondary: 28, 67%, 39%;  --secondary-rgb: 28, 67%, 39%;  --secondary-bg-hover-focus: 28, 67%, 34%;  --secondary-bg-active: 28, 67%, 29%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 28, 67%, 19%;  --secondary-light: 28, 67%, 59%;  --accent: 199, 62%, 70%;  --accent-rgb: 199, 62%, 70%;  --accent-bg-hover-focus: 199, 62%, 65%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 39, 48%, 89%;  --shade-rgb: 39, 48%, 89%;  --shade-bg-hover-focus: 39, 48%, 84%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 100%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 0, 0%, 95%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 