
: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: 175, 12%, 58%;  --primary-rgb: 175, 12%, 58%;  --primary-bg-hover-focus: 175, 12%, 53%;  --primary-bg-active: 175, 12%, 51%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 175, 12%, 44%;  --primary-light: 175, 12%, 78%;  --secondary: 17, 89%, 53%;  --secondary-rgb: 17, 89%, 53%;  --secondary-bg-hover-focus: 17, 89%, 48%;  --secondary-bg-active: 17, 89%, 43%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 17, 89%, 33%;  --secondary-light: 17, 89%, 73%;  --accent: 174, 8%, 47%;  --accent-rgb: 174, 8%, 47%;  --accent-bg-hover-focus: 174, 8%, 42%;  --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: 175, 7%, 35%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 175, 7%, 30%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 