
: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: 204, 63%, 53%;  --primary-rgb: 204, 63%, 53%;  --primary-bg-hover-focus: 204, 63%, 48%;  --primary-bg-active: 204, 63%, 46%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 204, 63%, 39%;  --primary-light: 204, 63%, 73%;  --secondary: 227, 80%, 34%;  --secondary-rgb: 227, 80%, 34%;  --secondary-bg-hover-focus: 227, 80%, 29%;  --secondary-bg-active: 227, 80%, 24%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 227, 80%, 14%;  --secondary-light: 227, 80%, 54%;  --accent: 82, 53%, 66%;  --accent-rgb: 82, 53%, 66%;  --accent-bg-hover-focus: 82, 53%, 61%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 55, 43%, 95%;  --shade-rgb: 55, 43%, 95%;  --shade-bg-hover-focus: 55, 43%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 55, 43%, 95%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 55, 43%, 90%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 