
: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: 196, 98%, 33%;  --primary-rgb: 196, 98%, 33%;  --primary-bg-hover-focus: 196, 98%, 28%;  --primary-bg-active: 196, 98%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 196, 98%, 19%;  --primary-light: 196, 98%, 53%;  --secondary: 180, 66%, 84%;  --secondary-rgb: 180, 66%, 84%;  --secondary-bg-hover-focus: 180, 66%, 79%;  --secondary-bg-active: 180, 66%, 74%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 180, 66%, 64%;  --secondary-light: 180, 66%, 104%;  --accent: 192, 60%, 32%;  --accent-rgb: 192, 60%, 32%;  --accent-bg-hover-focus: 192, 60%, 27%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 198, 100%, 14%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 198, 100%, 9%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 