
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto Slab", serif;  --header-font-family: "Roboto Slab", serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 40, 54%, 25%;  --primary-rgb: 40, 54%, 25%;  --primary-bg-hover-focus: 40, 54%, 20%;  --primary-bg-active: 40, 54%, 18%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 40, 54%, 11%;  --primary-light: 40, 54%, 45%;  --secondary: 111, 96%, 20%;  --secondary-rgb: 111, 96%, 20%;  --secondary-bg-hover-focus: 111, 96%, 15%;  --secondary-bg-active: 111, 96%, 10%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 111, 96%, 0%;  --secondary-light: 111, 96%, 40%;  --accent: 21, 55%, 55%;  --accent-rgb: 21, 55%, 55%;  --accent-bg-hover-focus: 21, 55%, 50%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 56, 53%, 82%;  --shade-rgb: 56, 53%, 82%;  --shade-bg-hover-focus: 56, 53%, 77%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 345, 6%, 13%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 345, 6%, 8%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 