
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Ubuntu",sans-serif;  --header-font-family: "Roboto Slab",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 146, 100%, 25%;  --primary-rgb: 146, 100%, 25%;  --primary-bg-hover-focus: 146, 100%, 20%;  --primary-bg-active: 146, 100%, 18%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 146, 100%, 11%;  --primary-light: 146, 100%, 45%;  --secondary: 90, 51%, 48%;  --secondary-rgb: 90, 51%, 48%;  --secondary-bg-hover-focus: 90, 51%, 43%;  --secondary-bg-active: 90, 51%, 38%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 90, 51%, 28%;  --secondary-light: 90, 51%, 68%;  --accent: 118, 43%, 44%;  --accent-rgb: 118, 43%, 44%;  --accent-bg-hover-focus: 118, 43%, 39%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 55, 43%, 95%;  --shade-rgb: 55, 43%, 95%;  --shade-bg-hover-focus: 55, 43%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 146, 100%, 15%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 146, 100%, 10%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 