
: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: 121, 33%, 35%;  --primary-rgb: 121, 33%, 35%;  --primary-bg-hover-focus: 121, 33%, 30%;  --primary-bg-active: 121, 33%, 28%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 121, 33%, 21%;  --primary-light: 121, 33%, 55%;  --secondary: 24, 96%, 55%;  --secondary-rgb: 24, 96%, 55%;  --secondary-bg-hover-focus: 24, 96%, 50%;  --secondary-bg-active: 24, 96%, 45%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 24, 96%, 35%;  --secondary-light: 24, 96%, 75%;  --accent: 122, 39%, 49%;  --accent-rgb: 122, 39%, 49%;  --accent-bg-hover-focus: 122, 39%, 44%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 200, 65%, 91%;  --shade-rgb: 200, 65%, 91%;  --shade-bg-hover-focus: 200, 65%, 86%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 121, 33%, 35%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 121, 33%, 30%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 