
: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: 222, 44%, 63%;  --primary-rgb: 222, 44%, 63%;  --primary-bg-hover-focus: 222, 44%, 58%;  --primary-bg-active: 222, 44%, 56%;  --primary-bg-text: 0, 0%, 0%;  --primary-bg-title: 0, 0%, 0%;  --primary-dark: 222, 44%, 49%;  --primary-light: 222, 44%, 83%;  --secondary: 358, 78%, 51%;  --secondary-rgb: 358, 78%, 51%;  --secondary-bg-hover-focus: 358, 78%, 46%;  --secondary-bg-active: 358, 78%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 358, 78%, 31%;  --secondary-light: 358, 78%, 71%;  --accent: 358, 78%, 51%;  --accent-rgb: 358, 78%, 51%;  --accent-bg-hover-focus: 358, 78%, 46%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 224, 48%, 95%;  --shade-rgb: 224, 48%, 95%;  --shade-bg-hover-focus: 224, 48%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 204, 85%, 16%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 204, 85%, 11%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 