
: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: 194, 100%, 33%;  --primary-rgb: 194, 100%, 33%;  --primary-bg-hover-focus: 194, 100%, 28%;  --primary-bg-active: 194, 100%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 194, 100%, 19%;  --primary-light: 194, 100%, 53%;  --secondary: 210, 3%, 86%;  --secondary-rgb: 210, 3%, 86%;  --secondary-bg-hover-focus: 210, 3%, 81%;  --secondary-bg-active: 210, 3%, 76%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 210, 3%, 66%;  --secondary-light: 210, 3%, 106%;  --accent: 210, 3%, 86%;  --accent-rgb: 210, 3%, 86%;  --accent-bg-hover-focus: 210, 3%, 81%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 210, 3%, 86%;  --shade-rgb: 210, 3%, 86%;  --shade-bg-hover-focus: 210, 3%, 81%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 216, 3%, 25%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 216, 3%, 20%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 