
: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: 134, 24%, 27%;  --primary-rgb: 134, 24%, 27%;  --primary-bg-hover-focus: 134, 24%, 22%;  --primary-bg-active: 134, 24%, 20%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 134, 24%, 13%;  --primary-light: 134, 24%, 47%;  --secondary: 25, 99%, 51%;  --secondary-rgb: 25, 99%, 51%;  --secondary-bg-hover-focus: 25, 99%, 46%;  --secondary-bg-active: 25, 99%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 25, 99%, 31%;  --secondary-light: 25, 99%, 71%;  --accent: 135, 9%, 56%;  --accent-rgb: 135, 9%, 56%;  --accent-bg-hover-focus: 135, 9%, 51%;  --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: 134, 24%, 27%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 134, 24%, 22%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 