
: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, 63%, 39%;  --primary-rgb: 216, 63%, 39%;  --primary-bg-hover-focus: 216, 63%, 34%;  --primary-bg-active: 216, 63%, 32%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 216, 63%, 25%;  --primary-light: 216, 63%, 59%;  --secondary: 195, 76%, 62%;  --secondary-rgb: 195, 76%, 62%;  --secondary-bg-hover-focus: 195, 76%, 57%;  --secondary-bg-active: 195, 76%, 52%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 195, 76%, 42%;  --secondary-light: 195, 76%, 82%;  --accent: 11, 87%, 59%;  --accent-rgb: 11, 87%, 59%;  --accent-bg-hover-focus: 11, 87%, 54%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 217, 37%, 88%;  --shade-rgb: 217, 37%, 88%;  --shade-bg-hover-focus: 217, 37%, 83%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 217, 44%, 96%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 217, 44%, 91%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 