
: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, 97%, 28%;  --primary-rgb: 359, 97%, 28%;  --primary-bg-hover-focus: 359, 97%, 23%;  --primary-bg-active: 359, 97%, 21%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 359, 97%, 14%;  --primary-light: 359, 97%, 48%;  --secondary: 359, 37%, 64%;  --secondary-rgb: 359, 37%, 64%;  --secondary-bg-hover-focus: 359, 37%, 59%;  --secondary-bg-active: 359, 37%, 54%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 359, 37%, 44%;  --secondary-light: 359, 37%, 84%;  --accent: 359, 37%, 78%;  --accent-rgb: 359, 37%, 78%;  --accent-bg-hover-focus: 359, 37%, 73%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 217, 44%, 96%;  --shade-rgb: 217, 44%, 96%;  --shade-bg-hover-focus: 217, 44%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 359, 97%, 28%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 359, 97%, 23%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 