
: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: 145, 91%, 13%;  --primary-rgb: 145, 91%, 13%;  --primary-bg-hover-focus: 145, 91%, 8%;  --primary-bg-active: 145, 91%, 6%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 145, 91%, -1%;  --primary-light: 145, 91%, 33%;  --secondary: 86, 17%, 60%;  --secondary-rgb: 86, 17%, 60%;  --secondary-bg-hover-focus: 86, 17%, 55%;  --secondary-bg-active: 86, 17%, 50%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 86, 17%, 40%;  --secondary-light: 86, 17%, 80%;  --accent: 142, 8%, 62%;  --accent-rgb: 142, 8%, 62%;  --accent-bg-hover-focus: 142, 8%, 57%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 72, 40%, 90%;  --shade-rgb: 72, 40%, 90%;  --shade-bg-hover-focus: 72, 40%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 34, 60%, 33%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 34, 60%, 28%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 