
: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: 205, 85%, 40%;  --primary-rgb: 205, 85%, 40%;  --primary-bg-hover-focus: 205, 85%, 35%;  --primary-bg-active: 205, 85%, 33%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 205, 85%, 26%;  --primary-light: 205, 85%, 60%;  --secondary: 129, 46%, 52%;  --secondary-rgb: 129, 46%, 52%;  --secondary-bg-hover-focus: 129, 46%, 47%;  --secondary-bg-active: 129, 46%, 42%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 129, 46%, 32%;  --secondary-light: 129, 46%, 72%;  --accent: 129, 46%, 52%;  --accent-rgb: 129, 46%, 52%;  --accent-bg-hover-focus: 129, 46%, 47%;  --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: 205, 65%, 40%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 205, 65%, 35%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 