
: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: "Open Sans",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 198, 98%, 27%;  --primary-rgb: 198, 98%, 27%;  --primary-bg-hover-focus: 198, 98%, 22%;  --primary-bg-active: 198, 98%, 20%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 198, 98%, 13%;  --primary-light: 198, 98%, 47%;  --secondary: 191, 43%, 68%;  --secondary-rgb: 191, 43%, 68%;  --secondary-bg-hover-focus: 191, 43%, 63%;  --secondary-bg-active: 191, 43%, 58%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 191, 43%, 48%;  --secondary-light: 191, 43%, 88%;  --accent: 191, 43%, 68%;  --accent-rgb: 191, 43%, 68%;  --accent-bg-hover-focus: 191, 43%, 63%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 191, 43%, 90%;  --shade-rgb: 191, 43%, 90%;  --shade-bg-hover-focus: 191, 43%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 191, 43%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 191, 43%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 