
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto",sans-serif;  --header-font-family: "Roboto",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 168, 85%, 18%;  --primary-rgb: 168, 85%, 18%;  --primary-bg-hover-focus: 168, 85%, 13%;  --primary-bg-active: 168, 85%, 11%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 168, 85%, 4%;  --primary-light: 168, 85%, 38%;  --secondary: 13, 95%, 60%;  --secondary-rgb: 13, 95%, 60%;  --secondary-bg-hover-focus: 13, 95%, 55%;  --secondary-bg-active: 13, 95%, 50%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 13, 95%, 40%;  --secondary-light: 13, 95%, 80%;  --accent: 71, 27%, 76%;  --accent-rgb: 71, 27%, 76%;  --accent-bg-hover-focus: 71, 27%, 71%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 217, 44%, 96%;  --shade-rgb: 217, 44%, 96%;  --shade-bg-hover-focus: 217, 44%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 56, 49%, 25%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 56, 49%, 20%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 