
: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: 129, 28%, 48%;  --primary-rgb: 129, 28%, 48%;  --primary-bg-hover-focus: 129, 28%, 43%;  --primary-bg-active: 129, 28%, 41%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 129, 28%, 34%;  --primary-light: 129, 28%, 68%;  --secondary: 30, 44%, 47%;  --secondary-rgb: 30, 44%, 47%;  --secondary-bg-hover-focus: 30, 44%, 42%;  --secondary-bg-active: 30, 44%, 37%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 30, 44%, 27%;  --secondary-light: 30, 44%, 67%;  --accent: 129, 28%, 48%;  --accent-rgb: 129, 28%, 48%;  --accent-bg-hover-focus: 129, 28%, 43%;  --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: 129, 28%, 48%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 129, 28%, 43%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 