
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Work Sans",sans-serif;  --header-font-family: "Work Sans",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 154, 62%, 29%;  --primary-rgb: 154, 62%, 29%;  --primary-bg-hover-focus: 154, 62%, 24%;  --primary-bg-active: 154, 62%, 22%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 154, 62%, 15%;  --primary-light: 154, 62%, 49%;  --secondary: 221, 18%, 42%;  --secondary-rgb: 221, 18%, 42%;  --secondary-bg-hover-focus: 221, 18%, 37%;  --secondary-bg-active: 221, 18%, 32%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 221, 18%, 22%;  --secondary-light: 221, 18%, 62%;  --accent: 73, 57%, 64%;  --accent-rgb: 73, 57%, 64%;  --accent-bg-hover-focus: 73, 57%, 59%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 28, 68%, 95%;  --shade-rgb: 28, 68%, 95%;  --shade-bg-hover-focus: 28, 68%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 28, 68%, 15%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 28, 68%, 10%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 