
: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: 213, 19%, 30%;  --primary-rgb: 213, 19%, 30%;  --primary-bg-hover-focus: 213, 19%, 25%;  --primary-bg-active: 213, 19%, 23%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 213, 19%, 16%;  --primary-light: 213, 19%, 50%;  --secondary: 220, 1%, 52%;  --secondary-rgb: 220, 1%, 52%;  --secondary-bg-hover-focus: 220, 1%, 47%;  --secondary-bg-active: 220, 1%, 42%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 220, 1%, 32%;  --secondary-light: 220, 1%, 72%;  --accent: 217, 44%, 96%;  --accent-rgb: 217, 44%, 96%;  --accent-bg-hover-focus: 217, 44%, 91%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 217, 44%, 96%;  --shade-rgb: 217, 44%, 96%;  --shade-bg-hover-focus: 217, 44%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 