
: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: 359, 61%, 39%;  --primary-rgb: 359, 61%, 39%;  --primary-bg-hover-focus: 359, 61%, 34%;  --primary-bg-active: 359, 61%, 32%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 359, 61%, 25%;  --primary-light: 359, 61%, 59%;  --secondary: 200, 50%, 60%;  --secondary-rgb: 200, 50%, 60%;  --secondary-bg-hover-focus: 200, 50%, 55%;  --secondary-bg-active: 200, 50%, 50%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 200, 50%, 40%;  --secondary-light: 200, 50%, 80%;  --accent: 200, 50%, 60%;  --accent-rgb: 200, 50%, 60%;  --accent-bg-hover-focus: 200, 50%, 55%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 217, 42%, 97%;  --shade-rgb: 217, 42%, 97%;  --shade-bg-hover-focus: 217, 42%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 200, 50%, 40%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 200, 50%, 35%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 