
: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: 208, 87%, 20%;  --primary-rgb: 208, 87%, 20%;  --primary-bg-hover-focus: 208, 87%, 15%;  --primary-bg-active: 208, 87%, 13%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 208, 87%, 6%;  --primary-light: 208, 87%, 40%;  --secondary: 216, 3%, 63%;  --secondary-rgb: 216, 3%, 63%;  --secondary-bg-hover-focus: 216, 3%, 58%;  --secondary-bg-active: 216, 3%, 53%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 216, 3%, 43%;  --secondary-light: 216, 3%, 83%;  --accent: 207, 22%, 52%;  --accent-rgb: 207, 22%, 52%;  --accent-bg-hover-focus: 207, 22%, 47%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 217, 44%, 96%;  --shade-rgb: 217, 44%, 96%;  --shade-bg-hover-focus: 217, 44%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 208, 87%, 15%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 208, 87%, 10%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 