
: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: 89, 14%, 51%;  --primary-rgb: 89, 14%, 51%;  --primary-bg-hover-focus: 89, 14%, 46%;  --primary-bg-active: 89, 14%, 44%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 89, 14%, 37%;  --primary-light: 89, 14%, 71%;  --secondary: 340, 2%, 29%;  --secondary-rgb: 340, 2%, 29%;  --secondary-bg-hover-focus: 340, 2%, 24%;  --secondary-bg-active: 340, 2%, 19%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 340, 2%, 9%;  --secondary-light: 340, 2%, 49%;  --accent: 94, 14%, 90%;  --accent-rgb: 94, 14%, 90%;  --accent-bg-hover-focus: 94, 14%, 85%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --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: 0, 0%, 101%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 0, 0%, 96%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 