
: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, 44%, 26%;  --primary-rgb: 243, 44%, 26%;  --primary-bg-hover-focus: 243, 44%, 21%;  --primary-bg-active: 243, 44%, 19%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 243, 44%, 12%;  --primary-light: 243, 44%, 46%;  --secondary: 244, 45%, 78%;  --secondary-rgb: 244, 45%, 78%;  --secondary-bg-hover-focus: 244, 45%, 73%;  --secondary-bg-active: 244, 45%, 68%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 244, 45%, 58%;  --secondary-light: 244, 45%, 98%;  --accent: 243, 44%, 26%;  --accent-rgb: 243, 44%, 26%;  --accent-bg-hover-focus: 243, 44%, 21%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 249, 23%, 88%;  --shade-rgb: 249, 23%, 88%;  --shade-bg-hover-focus: 249, 23%, 83%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 210, 10%, 23%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 210, 10%, 18%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 