
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Source Sans Pro",sans-serif;  --header-font-family: "DM Serif Display",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 194, 100%, 33%;  --primary-rgb: 194, 100%, 33%;  --primary-bg-hover-focus: 194, 100%, 28%;  --primary-bg-active: 194, 100%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 194, 100%, 19%;  --primary-light: 194, 100%, 53%;  --secondary: 50, 100%, 47%;  --secondary-rgb: 50, 100%, 47%;  --secondary-bg-hover-focus: 50, 100%, 42%;  --secondary-bg-active: 50, 100%, 37%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 50, 100%, 27%;  --secondary-light: 50, 100%, 67%;  --accent: 194, 48%, 53%;  --accent-rgb: 194, 48%, 53%;  --accent-bg-hover-focus: 194, 48%, 48%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 195, 48%, 86%;  --shade-rgb: 195, 48%, 86%;  --shade-bg-hover-focus: 195, 48%, 81%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 194, 100%, 33%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 194, 100%, 28%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 