
: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: 280, 39%, 35%;  --primary-rgb: 280, 39%, 35%;  --primary-bg-hover-focus: 280, 39%, 30%;  --primary-bg-active: 280, 39%, 28%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 280, 39%, 21%;  --primary-light: 280, 39%, 55%;  --secondary: 196, 14%, 37%;  --secondary-rgb: 196, 14%, 37%;  --secondary-bg-hover-focus: 196, 14%, 32%;  --secondary-bg-active: 196, 14%, 27%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 196, 14%, 17%;  --secondary-light: 196, 14%, 57%;  --accent: 281, 10%, 45%;  --accent-rgb: 281, 10%, 45%;  --accent-bg-hover-focus: 281, 10%, 40%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 201, 57%, 91%;  --shade-rgb: 201, 57%, 91%;  --shade-bg-hover-focus: 201, 57%, 86%;  --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%;  } 