
: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: 212, 98%, 18%;  --primary-rgb: 212, 98%, 18%;  --primary-bg-hover-focus: 212, 98%, 13%;  --primary-bg-active: 212, 98%, 11%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 212, 98%, 4%;  --primary-light: 212, 98%, 38%;  --secondary: 193, 100%, 42%;  --secondary-rgb: 193, 100%, 42%;  --secondary-bg-hover-focus: 193, 100%, 37%;  --secondary-bg-active: 193, 100%, 32%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 193, 100%, 22%;  --secondary-light: 193, 100%, 62%;  --accent: 200, 49%, 38%;  --accent-rgb: 200, 49%, 38%;  --accent-bg-hover-focus: 200, 49%, 33%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 42, 44%, 80%;  --shade-rgb: 42, 44%, 80%;  --shade-bg-hover-focus: 42, 44%, 75%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 212, 98%, 18%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 212, 98%, 13%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 