
: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: 195, 98%, 33%;  --primary-rgb: 195, 98%, 33%;  --primary-bg-hover-focus: 195, 98%, 28%;  --primary-bg-active: 195, 98%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 195, 98%, 19%;  --primary-light: 195, 98%, 53%;  --secondary: 56, 100%, 49%;  --secondary-rgb: 56, 100%, 49%;  --secondary-bg-hover-focus: 56, 100%, 44%;  --secondary-bg-active: 56, 100%, 39%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 56, 100%, 29%;  --secondary-light: 56, 100%, 69%;  --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: 44, 68%, 90%;  --shade-rgb: 44, 68%, 90%;  --shade-bg-hover-focus: 44, 68%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 