
: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, 33%, 47%;  --primary-rgb: 209, 33%, 47%;  --primary-bg-hover-focus: 209, 33%, 42%;  --primary-bg-active: 209, 33%, 40%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 209, 33%, 33%;  --primary-light: 209, 33%, 67%;  --secondary: 217, 42%, 21%;  --secondary-rgb: 217, 42%, 21%;  --secondary-bg-hover-focus: 217, 42%, 16%;  --secondary-bg-active: 217, 42%, 11%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 217, 42%, 1%;  --secondary-light: 217, 42%, 41%;  --accent: 217, 42%, 21%;  --accent-rgb: 217, 42%, 21%;  --accent-bg-hover-focus: 217, 42%, 16%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 212, 63%, 95%;  --shade-rgb: 212, 63%, 95%;  --shade-bg-hover-focus: 212, 63%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 216, 80%, 24%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 216, 80%, 19%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 