
: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, 24%, 28%;  --primary-rgb: 99, 24%, 28%;  --primary-bg-hover-focus: 99, 24%, 23%;  --primary-bg-active: 99, 24%, 21%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 99, 24%, 14%;  --primary-light: 99, 24%, 48%;  --secondary: 27, 74%, 60%;  --secondary-rgb: 27, 74%, 60%;  --secondary-bg-hover-focus: 27, 74%, 55%;  --secondary-bg-active: 27, 74%, 50%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 27, 74%, 40%;  --secondary-light: 27, 74%, 80%;  --accent: 31, 50%, 73%;  --accent-rgb: 31, 50%, 73%;  --accent-bg-hover-focus: 31, 50%, 68%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 129, 8%, 83%;  --shade-rgb: 129, 8%, 83%;  --shade-bg-hover-focus: 129, 8%, 78%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 240, 20%, 1%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 240, 20%, -4%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 