
: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: 170, 24%, 69%;  --primary-rgb: 170, 24%, 69%;  --primary-bg-hover-focus: 170, 24%, 64%;  --primary-bg-active: 170, 24%, 62%;  --primary-bg-text: 0, 0%, 0%;  --primary-bg-title: 0, 0%, 0%;  --primary-dark: 170, 24%, 55%;  --primary-light: 170, 24%, 89%;  --secondary: 112, 100%, 14%;  --secondary-rgb: 112, 100%, 14%;  --secondary-bg-hover-focus: 112, 100%, 9%;  --secondary-bg-active: 112, 100%, 4%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 112, 100%, -6%;  --secondary-light: 112, 100%, 34%;  --accent: 112, 100%, 14%;  --accent-rgb: 112, 100%, 14%;  --accent-bg-hover-focus: 112, 100%, 9%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 60, 40%, 94%;  --shade-rgb: 60, 40%, 94%;  --shade-bg-hover-focus: 60, 40%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 60, 40%, 94%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 60, 40%, 89%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 