
: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: 212, 20%, 52%;  --primary-rgb: 212, 20%, 52%;  --primary-bg-hover-focus: 212, 20%, 47%;  --primary-bg-active: 212, 20%, 45%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 212, 20%, 38%;  --primary-light: 212, 20%, 72%;  --secondary: 206, 39%, 13%;  --secondary-rgb: 206, 39%, 13%;  --secondary-bg-hover-focus: 206, 39%, 8%;  --secondary-bg-active: 206, 39%, 3%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 206, 39%, -7%;  --secondary-light: 206, 39%, 33%;  --accent: 206, 39%, 13%;  --accent-rgb: 206, 39%, 13%;  --accent-bg-hover-focus: 206, 39%, 8%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 206, 5%, 74%;  --shade-rgb: 206, 5%, 74%;  --shade-bg-hover-focus: 206, 5%, 69%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 206, 5%, 74%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 206, 5%, 69%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 