
: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: 198, 63%, 23%;  --primary-rgb: 198, 63%, 23%;  --primary-bg-hover-focus: 198, 63%, 18%;  --primary-bg-active: 198, 63%, 16%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 198, 63%, 9%;  --primary-light: 198, 63%, 43%;  --secondary: 211, 46%, 55%;  --secondary-rgb: 211, 46%, 55%;  --secondary-bg-hover-focus: 211, 46%, 50%;  --secondary-bg-active: 211, 46%, 45%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 211, 46%, 35%;  --secondary-light: 211, 46%, 75%;  --accent: 9, 69%, 50%;  --accent-rgb: 9, 69%, 50%;  --accent-bg-hover-focus: 9, 69%, 45%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 42, 79%, 79%;  --shade-rgb: 42, 79%, 79%;  --shade-bg-hover-focus: 42, 79%, 74%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 198, 63%, 23%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 198, 63%, 18%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 