
: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: 352, 61%, 33%;  --primary-rgb: 352, 61%, 33%;  --primary-bg-hover-focus: 352, 61%, 28%;  --primary-bg-active: 352, 61%, 26%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 352, 61%, 19%;  --primary-light: 352, 61%, 53%;  --secondary: 30, 69%, 95%;  --secondary-rgb: 30, 69%, 95%;  --secondary-bg-hover-focus: 30, 69%, 90%;  --secondary-bg-active: 30, 69%, 85%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 30, 69%, 75%;  --secondary-light: 30, 69%, 115%;  --accent: 352, 30%, 53%;  --accent-rgb: 352, 30%, 53%;  --accent-bg-hover-focus: 352, 30%, 48%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 94%;  --shade-rgb: 0, 0%, 94%;  --shade-bg-hover-focus: 0, 0%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 30, 1%, 25%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 30, 1%, 20%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 