
: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: 200, 58%, 34%;  --primary-rgb: 200, 58%, 34%;  --primary-bg-hover-focus: 200, 58%, 29%;  --primary-bg-active: 200, 58%, 27%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 200, 58%, 20%;  --primary-light: 200, 58%, 54%;  --secondary: 133, 43%, 31%;  --secondary-rgb: 133, 43%, 31%;  --secondary-bg-hover-focus: 133, 43%, 26%;  --secondary-bg-active: 133, 43%, 21%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 133, 43%, 11%;  --secondary-light: 133, 43%, 51%;  --accent: 146, 18%, 60%;  --accent-rgb: 146, 18%, 60%;  --accent-bg-hover-focus: 146, 18%, 55%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 95%;  --shade-rgb: 0, 0%, 95%;  --shade-bg-hover-focus: 0, 0%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 209, 79%, 17%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 209, 79%, 12%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 