
: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: 8, 59%, 27%;  --primary-rgb: 8, 59%, 27%;  --primary-bg-hover-focus: 8, 59%, 22%;  --primary-bg-active: 8, 59%, 20%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 8, 59%, 13%;  --primary-light: 8, 59%, 47%;  --secondary: 180, 9%, 39%;  --secondary-rgb: 180, 9%, 39%;  --secondary-bg-hover-focus: 180, 9%, 34%;  --secondary-bg-active: 180, 9%, 29%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 180, 9%, 19%;  --secondary-light: 180, 9%, 59%;  --accent: 330, 2%, 80%;  --accent-rgb: 330, 2%, 80%;  --accent-bg-hover-focus: 330, 2%, 75%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 330, 2%, 80%;  --shade-rgb: 330, 2%, 80%;  --shade-bg-hover-focus: 330, 2%, 75%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 