
: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: 194, 100%, 32%;  --primary-rgb: 194, 100%, 32%;  --primary-bg-hover-focus: 194, 100%, 27%;  --primary-bg-active: 194, 100%, 25%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 194, 100%, 18%;  --primary-light: 194, 100%, 52%;  --secondary: 193, 100%, 13%;  --secondary-rgb: 193, 100%, 13%;  --secondary-bg-hover-focus: 193, 100%, 8%;  --secondary-bg-active: 193, 100%, 3%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 193, 100%, -7%;  --secondary-light: 193, 100%, 33%;  --accent: 199, 73%, 43%;  --accent-rgb: 199, 73%, 43%;  --accent-bg-hover-focus: 199, 73%, 38%;  --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: 206, 100%, 18%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 206, 100%, 13%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 