
: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: 1, 66%, 27%;  --primary-rgb: 1, 66%, 27%;  --primary-bg-hover-focus: 1, 66%, 22%;  --primary-bg-active: 1, 66%, 20%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 1, 66%, 13%;  --primary-light: 1, 66%, 47%;  --secondary: 240, 2%, 35%;  --secondary-rgb: 240, 2%, 35%;  --secondary-bg-hover-focus: 240, 2%, 30%;  --secondary-bg-active: 240, 2%, 25%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 240, 2%, 15%;  --secondary-light: 240, 2%, 55%;  --accent: 3, 32%, 41%;  --accent-rgb: 3, 32%, 41%;  --accent-bg-hover-focus: 3, 32%, 36%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 187, 34%, 85%;  --shade-rgb: 187, 34%, 85%;  --shade-bg-hover-focus: 187, 34%, 80%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 0%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, -5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 