
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto",sans-serif;  --header-font-family: "Open Sans",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 216, 43%, 56%;  --primary-rgb: 216, 43%, 56%;  --primary-bg-hover-focus: 216, 43%, 51%;  --primary-bg-active: 216, 43%, 49%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 216, 43%, 42%;  --primary-light: 216, 43%, 76%;  --secondary: 220, 43%, 40%;  --secondary-rgb: 220, 43%, 40%;  --secondary-bg-hover-focus: 220, 43%, 35%;  --secondary-bg-active: 220, 43%, 30%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 220, 43%, 20%;  --secondary-light: 220, 43%, 60%;  --accent: 219, 43%, 19%;  --accent-rgb: 219, 43%, 19%;  --accent-bg-hover-focus: 219, 43%, 14%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 219, 42%, 91%;  --shade-rgb: 219, 42%, 91%;  --shade-bg-hover-focus: 219, 42%, 86%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 218, 44%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 218, 44%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 