
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Nunito",sans-serif;  --header-font-family: "Nunito",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 342, 72%, 32%;  --primary-rgb: 342, 72%, 32%;  --primary-bg-hover-focus: 342, 72%, 27%;  --primary-bg-active: 342, 72%, 25%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 342, 72%, 18%;  --primary-light: 342, 72%, 52%;  --secondary: 202, 44%, 47%;  --secondary-rgb: 202, 44%, 47%;  --secondary-bg-hover-focus: 202, 44%, 42%;  --secondary-bg-active: 202, 44%, 37%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 202, 44%, 27%;  --secondary-light: 202, 44%, 67%;  --accent: 202, 44%, 47%;  --accent-rgb: 202, 44%, 47%;  --accent-bg-hover-focus: 202, 44%, 42%;  --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: 0, 0%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 