
: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: 209, 64%, 33%;  --primary-rgb: 209, 64%, 33%;  --primary-bg-hover-focus: 209, 64%, 28%;  --primary-bg-active: 209, 64%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 209, 64%, 19%;  --primary-light: 209, 64%, 53%;  --secondary: 212, 29%, 54%;  --secondary-rgb: 212, 29%, 54%;  --secondary-bg-hover-focus: 212, 29%, 49%;  --secondary-bg-active: 212, 29%, 44%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 212, 29%, 34%;  --secondary-light: 212, 29%, 74%;  --accent: 214, 51%, 21%;  --accent-rgb: 214, 51%, 21%;  --accent-bg-hover-focus: 214, 51%, 16%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 210, 27%, 80%;  --shade-rgb: 210, 27%, 80%;  --shade-bg-hover-focus: 210, 27%, 75%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 211, 55%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 211, 55%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 