
: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: 171, 15%, 51%;  --primary-rgb: 171, 15%, 51%;  --primary-bg-hover-focus: 171, 15%, 46%;  --primary-bg-active: 171, 15%, 44%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 171, 15%, 37%;  --primary-light: 171, 15%, 71%;  --secondary: 172, 29%, 35%;  --secondary-rgb: 172, 29%, 35%;  --secondary-bg-hover-focus: 172, 29%, 30%;  --secondary-bg-active: 172, 29%, 25%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 172, 29%, 15%;  --secondary-light: 172, 29%, 55%;  --accent: 172, 29%, 35%;  --accent-rgb: 172, 29%, 35%;  --accent-bg-hover-focus: 172, 29%, 30%;  --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: 172, 29%, 35%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 172, 29%, 30%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 