
: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: "Raleway",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 86, 28%, 55%;  --primary-rgb: 86, 28%, 55%;  --primary-bg-hover-focus: 86, 28%, 50%;  --primary-bg-active: 86, 28%, 48%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 86, 28%, 41%;  --primary-light: 86, 28%, 75%;  --secondary: 349, 93%, 18%;  --secondary-rgb: 349, 93%, 18%;  --secondary-bg-hover-focus: 349, 93%, 13%;  --secondary-bg-active: 349, 93%, 8%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 349, 93%, -2%;  --secondary-light: 349, 93%, 38%;  --accent: 142, 100%, 14%;  --accent-rgb: 142, 100%, 14%;  --accent-bg-hover-focus: 142, 100%, 9%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 208, 7%, 96%;  --shade-rgb: 208, 7%, 96%;  --shade-bg-hover-focus: 208, 7%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 15%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 