
: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: 192, 89%, 18%;  --primary-rgb: 192, 89%, 18%;  --primary-bg-hover-focus: 192, 89%, 13%;  --primary-bg-active: 192, 89%, 11%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 192, 89%, 4%;  --primary-light: 192, 89%, 38%;  --secondary: 22, 75%, 50%;  --secondary-rgb: 22, 75%, 50%;  --secondary-bg-hover-focus: 22, 75%, 45%;  --secondary-bg-active: 22, 75%, 40%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 22, 75%, 30%;  --secondary-light: 22, 75%, 70%;  --accent: 192, 74%, 33%;  --accent-rgb: 192, 74%, 33%;  --accent-bg-hover-focus: 192, 74%, 28%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 86, 27%, 85%;  --shade-rgb: 86, 27%, 85%;  --shade-bg-hover-focus: 86, 27%, 80%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 15%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 