
: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: 99, 33%, 51%;  --primary-rgb: 99, 33%, 51%;  --primary-bg-hover-focus: 99, 33%, 46%;  --primary-bg-active: 99, 33%, 44%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 99, 33%, 37%;  --primary-light: 99, 33%, 71%;  --secondary: 41, 98%, 54%;  --secondary-rgb: 41, 98%, 54%;  --secondary-bg-hover-focus: 41, 98%, 49%;  --secondary-bg-active: 41, 98%, 44%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 41, 98%, 34%;  --secondary-light: 41, 98%, 74%;  --accent: 41, 98%, 54%;  --accent-rgb: 41, 98%, 54%;  --accent-bg-hover-focus: 41, 98%, 49%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 187, 56%, 90%;  --shade-rgb: 187, 56%, 90%;  --shade-bg-hover-focus: 187, 56%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 187, 56%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 187, 56%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 