
: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: 176, 78%, 35%;  --primary-rgb: 176, 78%, 35%;  --primary-bg-hover-focus: 176, 78%, 30%;  --primary-bg-active: 176, 78%, 28%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 176, 78%, 21%;  --primary-light: 176, 78%, 55%;  --secondary: 175, 36%, 50%;  --secondary-rgb: 175, 36%, 50%;  --secondary-bg-hover-focus: 175, 36%, 45%;  --secondary-bg-active: 175, 36%, 40%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 175, 36%, 30%;  --secondary-light: 175, 36%, 70%;  --accent: 176, 78%, 35%;  --accent-rgb: 176, 78%, 35%;  --accent-bg-hover-focus: 176, 78%, 30%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --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: 217, 44%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 217, 44%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 