
: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: 205, 59%, 43%;  --primary-rgb: 205, 59%, 43%;  --primary-bg-hover-focus: 205, 59%, 38%;  --primary-bg-active: 205, 59%, 36%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 205, 59%, 29%;  --primary-light: 205, 59%, 63%;  --secondary: 202, 100%, 27%;  --secondary-rgb: 202, 100%, 27%;  --secondary-bg-hover-focus: 202, 100%, 22%;  --secondary-bg-active: 202, 100%, 17%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 202, 100%, 7%;  --secondary-light: 202, 100%, 47%;  --accent: 193, 100%, 42%;  --accent-rgb: 193, 100%, 42%;  --accent-bg-hover-focus: 193, 100%, 37%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 96%;  --shade-rgb: 0, 0%, 96%;  --shade-bg-hover-focus: 0, 0%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 204, 89%, 17%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 204, 89%, 12%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 