
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Merriweather",serif;  --header-font-family: "Raleway",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 242, 43%, 22%;  --primary-rgb: 242, 43%, 22%;  --primary-bg-hover-focus: 242, 43%, 17%;  --primary-bg-active: 242, 43%, 15%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 242, 43%, 8%;  --primary-light: 242, 43%, 42%;  --secondary: 325, 69%, 55%;  --secondary-rgb: 325, 69%, 55%;  --secondary-bg-hover-focus: 325, 69%, 50%;  --secondary-bg-active: 325, 69%, 45%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 325, 69%, 35%;  --secondary-light: 325, 69%, 75%;  --accent: 244, 13%, 77%;  --accent-rgb: 244, 13%, 77%;  --accent-bg-hover-focus: 244, 13%, 72%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 228, 39%, 63%;  --shade-rgb: 228, 39%, 63%;  --shade-bg-hover-focus: 228, 39%, 58%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 245, 44%, 11%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 245, 44%, 6%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 