
: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: 132, 42%, 31%;  --primary-rgb: 132, 42%, 31%;  --primary-bg-hover-focus: 132, 42%, 26%;  --primary-bg-active: 132, 42%, 24%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 132, 42%, 17%;  --primary-light: 132, 42%, 51%;  --secondary: 146, 18%, 60%;  --secondary-rgb: 146, 18%, 60%;  --secondary-bg-hover-focus: 146, 18%, 55%;  --secondary-bg-active: 146, 18%, 50%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 146, 18%, 40%;  --secondary-light: 146, 18%, 80%;  --accent: 132, 42%, 58%;  --accent-rgb: 132, 42%, 58%;  --accent-bg-hover-focus: 132, 42%, 53%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 150, 20%, 98%;  --shade-rgb: 150, 20%, 98%;  --shade-bg-hover-focus: 150, 20%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 131, 41%, 18%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 131, 41%, 13%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 