
: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: 208, 49%, 22%;  --primary-rgb: 208, 49%, 22%;  --primary-bg-hover-focus: 208, 49%, 17%;  --primary-bg-active: 208, 49%, 15%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 208, 49%, 8%;  --primary-light: 208, 49%, 42%;  --secondary: 45, 15%, 80%;  --secondary-rgb: 45, 15%, 80%;  --secondary-bg-hover-focus: 45, 15%, 75%;  --secondary-bg-active: 45, 15%, 70%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 45, 15%, 60%;  --secondary-light: 45, 15%, 100%;  --accent: 208, 49%, 22%;  --accent-rgb: 208, 49%, 22%;  --accent-bg-hover-focus: 208, 49%, 17%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 210, 11%, 85%;  --shade-rgb: 210, 11%, 85%;  --shade-bg-hover-focus: 210, 11%, 80%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 10%;  --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%;  } 