
: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: 216, 69%, 44%;  --primary-rgb: 216, 69%, 44%;  --primary-bg-hover-focus: 216, 69%, 39%;  --primary-bg-active: 216, 69%, 37%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 216, 69%, 30%;  --primary-light: 216, 69%, 64%;  --secondary: 197, 74%, 37%;  --secondary-rgb: 197, 74%, 37%;  --secondary-bg-hover-focus: 197, 74%, 32%;  --secondary-bg-active: 197, 74%, 27%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 197, 74%, 17%;  --secondary-light: 197, 74%, 57%;  --accent: 217, 44%, 96%;  --accent-rgb: 217, 44%, 96%;  --accent-bg-hover-focus: 217, 44%, 91%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 197, 41%, 69%;  --shade-rgb: 197, 41%, 69%;  --shade-bg-hover-focus: 197, 41%, 64%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 100%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 0, 0%, 95%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 