
: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: 198, 55%, 60%;  --primary-rgb: 198, 55%, 60%;  --primary-bg-hover-focus: 198, 55%, 55%;  --primary-bg-active: 198, 55%, 53%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 198, 55%, 46%;  --primary-light: 198, 55%, 80%;  --secondary: 209, 22%, 35%;  --secondary-rgb: 209, 22%, 35%;  --secondary-bg-hover-focus: 209, 22%, 30%;  --secondary-bg-active: 209, 22%, 25%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 209, 22%, 15%;  --secondary-light: 209, 22%, 55%;  --accent: 209, 22%, 35%;  --accent-rgb: 209, 22%, 35%;  --accent-bg-hover-focus: 209, 22%, 30%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 225, 2%, 90%;  --shade-rgb: 225, 2%, 90%;  --shade-bg-hover-focus: 225, 2%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 225, 2%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 225, 2%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 