
: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: 251, 65%, 19%;  --primary-rgb: 251, 65%, 19%;  --primary-bg-hover-focus: 251, 65%, 14%;  --primary-bg-active: 251, 65%, 12%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 251, 65%, 5%;  --primary-light: 251, 65%, 39%;  --secondary: 212, 52%, 75%;  --secondary-rgb: 212, 52%, 75%;  --secondary-bg-hover-focus: 212, 52%, 70%;  --secondary-bg-active: 212, 52%, 65%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 212, 52%, 55%;  --secondary-light: 212, 52%, 95%;  --accent: 251, 65%, 19%;  --accent-rgb: 251, 65%, 19%;  --accent-bg-hover-focus: 251, 65%, 14%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 65, 40%, 94%;  --shade-rgb: 65, 40%, 94%;  --shade-bg-hover-focus: 65, 40%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 212, 52%, 50%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 212, 52%, 45%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 