
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Nunito",sans-serif;  --header-font-family: "Spectral SC",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 106, 35%, 43%;  --primary-rgb: 106, 35%, 43%;  --primary-bg-hover-focus: 106, 35%, 38%;  --primary-bg-active: 106, 35%, 36%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 106, 35%, 29%;  --primary-light: 106, 35%, 63%;  --secondary: 193, 38%, 53%;  --secondary-rgb: 193, 38%, 53%;  --secondary-bg-hover-focus: 193, 38%, 48%;  --secondary-bg-active: 193, 38%, 43%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 193, 38%, 33%;  --secondary-light: 193, 38%, 73%;  --accent: 2, 80%, 44%;  --accent-rgb: 2, 80%, 44%;  --accent-bg-hover-focus: 2, 80%, 39%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 195, 33%, 96%;  --shade-rgb: 195, 33%, 96%;  --shade-bg-hover-focus: 195, 33%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 44, 100%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 44, 100%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 