
: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: 202, 49%, 25%;  --primary-rgb: 202, 49%, 25%;  --primary-bg-hover-focus: 202, 49%, 20%;  --primary-bg-active: 202, 49%, 18%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 202, 49%, 11%;  --primary-light: 202, 49%, 45%;  --secondary: 204, 26%, 47%;  --secondary-rgb: 204, 26%, 47%;  --secondary-bg-hover-focus: 204, 26%, 42%;  --secondary-bg-active: 204, 26%, 37%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 204, 26%, 27%;  --secondary-light: 204, 26%, 67%;  --accent: 187, 34%, 85%;  --accent-rgb: 187, 34%, 85%;  --accent-bg-hover-focus: 187, 34%, 80%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 100%;  --shade-rgb: 0, 0%, 100%;  --shade-bg-hover-focus: 0, 0%, 95%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 160, 2%, 29%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 160, 2%, 24%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 