
: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: 222, 64%, 45%;  --primary-rgb: 222, 64%, 45%;  --primary-bg-hover-focus: 222, 64%, 40%;  --primary-bg-active: 222, 64%, 38%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 222, 64%, 31%;  --primary-light: 222, 64%, 65%;  --secondary: 216, 68%, 40%;  --secondary-rgb: 216, 68%, 40%;  --secondary-bg-hover-focus: 216, 68%, 35%;  --secondary-bg-active: 216, 68%, 30%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 216, 68%, 20%;  --secondary-light: 216, 68%, 60%;  --accent: 182, 100%, 94%;  --accent-rgb: 182, 100%, 94%;  --accent-bg-hover-focus: 182, 100%, 89%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 100%, 100%;  --shade-rgb: 0, 100%, 100%;  --shade-bg-hover-focus: 0, 100%, 95%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 70, 45%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 70, 45%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 