
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato",sans-serif;  --header-font-family: "Noto Serif",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 207, 44%, 49%;  --primary-rgb: 207, 44%, 49%;  --primary-bg-hover-focus: 207, 44%, 44%;  --primary-bg-active: 207, 44%, 42%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 207, 44%, 35%;  --primary-light: 207, 44%, 69%;  --secondary: 345, 80%, 37%;  --secondary-rgb: 345, 80%, 37%;  --secondary-bg-hover-focus: 345, 80%, 32%;  --secondary-bg-active: 345, 80%, 27%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 345, 80%, 17%;  --secondary-light: 345, 80%, 57%;  --accent: 345, 80%, 37%;  --accent-rgb: 345, 80%, 37%;  --accent-bg-hover-focus: 345, 80%, 32%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --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%;  } 