
: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: 90, 52%, 28%;  --primary-rgb: 90, 52%, 28%;  --primary-bg-hover-focus: 90, 52%, 23%;  --primary-bg-active: 90, 52%, 21%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 90, 52%, 14%;  --primary-light: 90, 52%, 48%;  --secondary: 225, 2%, 63%;  --secondary-rgb: 225, 2%, 63%;  --secondary-bg-hover-focus: 225, 2%, 58%;  --secondary-bg-active: 225, 2%, 53%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 225, 2%, 43%;  --secondary-light: 225, 2%, 83%;  --accent: 225, 2%, 63%;  --accent-rgb: 225, 2%, 63%;  --accent-bg-hover-focus: 225, 2%, 58%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 90, 49%, 96%;  --shade-rgb: 90, 49%, 96%;  --shade-bg-hover-focus: 90, 49%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 90, 49%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 90, 49%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 