
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Ubuntu",sans-serif;  --header-font-family: "Roboto Slab",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 71, 67%, 55%;  --primary-rgb: 71, 67%, 55%;  --primary-bg-hover-focus: 71, 67%, 50%;  --primary-bg-active: 71, 67%, 48%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 71, 67%, 41%;  --primary-light: 71, 67%, 75%;  --secondary: 103, 54%, 32%;  --secondary-rgb: 103, 54%, 32%;  --secondary-bg-hover-focus: 103, 54%, 27%;  --secondary-bg-active: 103, 54%, 22%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 103, 54%, 12%;  --secondary-light: 103, 54%, 52%;  --accent: 56, 100%, 49%;  --accent-rgb: 56, 100%, 49%;  --accent-bg-hover-focus: 56, 100%, 44%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 96%;  --shade-rgb: 0, 0%, 96%;  --shade-bg-hover-focus: 0, 0%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 103, 54%, 32%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 103, 54%, 27%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 