
: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: 243, 11%, 41%;  --primary-rgb: 243, 11%, 41%;  --primary-bg-hover-focus: 243, 11%, 36%;  --primary-bg-active: 243, 11%, 34%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 243, 11%, 27%;  --primary-light: 243, 11%, 61%;  --secondary: 240, 3%, 83%;  --secondary-rgb: 240, 3%, 83%;  --secondary-bg-hover-focus: 240, 3%, 78%;  --secondary-bg-active: 240, 3%, 73%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 240, 3%, 63%;  --secondary-light: 240, 3%, 103%;  --accent: 240, 9%, 21%;  --accent-rgb: 240, 9%, 21%;  --accent-bg-hover-focus: 240, 9%, 16%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 43, 90%, 96%;  --shade-rgb: 43, 90%, 96%;  --shade-bg-hover-focus: 43, 90%, 91%;  --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%;  } 