
: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: 201, 53%, 33%;  --primary-rgb: 201, 53%, 33%;  --primary-bg-hover-focus: 201, 53%, 28%;  --primary-bg-active: 201, 53%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 201, 53%, 19%;  --primary-light: 201, 53%, 53%;  --secondary: 186, 45%, 50%;  --secondary-rgb: 186, 45%, 50%;  --secondary-bg-hover-focus: 186, 45%, 45%;  --secondary-bg-active: 186, 45%, 40%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 186, 45%, 30%;  --secondary-light: 186, 45%, 70%;  --accent: 197, 100%, 81%;  --accent-rgb: 197, 100%, 81%;  --accent-bg-hover-focus: 197, 100%, 76%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 96%;  --shade-rgb: 0, 0%, 96%;  --shade-bg-hover-focus: 0, 0%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 205, 43%, 17%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 205, 43%, 12%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 