
: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: 164, 98%, 16%;  --primary-rgb: 164, 98%, 16%;  --primary-bg-hover-focus: 164, 98%, 11%;  --primary-bg-active: 164, 98%, 9%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 164, 98%, 2%;  --primary-light: 164, 98%, 36%;  --secondary: 30, 90%, 58%;  --secondary-rgb: 30, 90%, 58%;  --secondary-bg-hover-focus: 30, 90%, 53%;  --secondary-bg-active: 30, 90%, 48%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 30, 90%, 38%;  --secondary-light: 30, 90%, 78%;  --accent: 209, 71%, 43%;  --accent-rgb: 209, 71%, 43%;  --accent-bg-hover-focus: 209, 71%, 38%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 211, 49%, 88%;  --shade-rgb: 211, 49%, 88%;  --shade-bg-hover-focus: 211, 49%, 83%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 15%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 10%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 