
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto",sans-serif;  --header-font-family: "Roboto",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 157, 82%, 24%;  --primary-rgb: 157, 82%, 24%;  --primary-bg-hover-focus: 157, 82%, 19%;  --primary-bg-active: 157, 82%, 17%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 157, 82%, 10%;  --primary-light: 157, 82%, 44%;  --secondary: 220, 8%, 7%;  --secondary-rgb: 220, 8%, 7%;  --secondary-bg-hover-focus: 220, 8%, 2%;  --secondary-bg-active: 220, 8%, -3%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 220, 8%, -13%;  --secondary-light: 220, 8%, 27%;  --accent: 220, 8%, 7%;  --accent-rgb: 220, 8%, 7%;  --accent-bg-hover-focus: 220, 8%, 2%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 168, 5%, 75%;  --shade-rgb: 168, 5%, 75%;  --shade-bg-hover-focus: 168, 5%, 70%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 220, 8%, 7%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 220, 8%, 2%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 