
: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: 202, 65%, 50%;  --primary-rgb: 202, 65%, 50%;  --primary-bg-hover-focus: 202, 65%, 45%;  --primary-bg-active: 202, 65%, 43%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 202, 65%, 36%;  --primary-light: 202, 65%, 70%;  --secondary: 197, 82%, 20%;  --secondary-rgb: 197, 82%, 20%;  --secondary-bg-hover-focus: 197, 82%, 15%;  --secondary-bg-active: 197, 82%, 10%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 197, 82%, 0%;  --secondary-light: 197, 82%, 40%;  --accent: 201, 66%, 79%;  --accent-rgb: 201, 66%, 79%;  --accent-bg-hover-focus: 201, 66%, 74%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 95%;  --shade-rgb: 0, 0%, 95%;  --shade-bg-hover-focus: 0, 0%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 197, 82%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 197, 82%, 15%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 