
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato",sans-serif;  --header-font-family: "Bree Serif",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 336, 55%, 54%;  --primary-rgb: 336, 55%, 54%;  --primary-bg-hover-focus: 336, 55%, 49%;  --primary-bg-active: 336, 55%, 47%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 336, 55%, 40%;  --primary-light: 336, 55%, 74%;  --secondary: 187, 53%, 75%;  --secondary-rgb: 187, 53%, 75%;  --secondary-bg-hover-focus: 187, 53%, 70%;  --secondary-bg-active: 187, 53%, 65%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 187, 53%, 55%;  --secondary-light: 187, 53%, 95%;  --accent: 335, 48%, 37%;  --accent-rgb: 335, 48%, 37%;  --accent-bg-hover-focus: 335, 48%, 32%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 336, 55%, 90%;  --shade-rgb: 336, 55%, 90%;  --shade-bg-hover-focus: 336, 55%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 187, 53%, 50%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 187, 53%, 45%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 