
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Raleway", sans-serif;  --header-font-family: "Roboto Slab", serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 15, 34%, 37%;  --primary-rgb: 15, 34%, 37%;  --primary-bg-hover-focus: 15, 34%, 32%;  --primary-bg-active: 15, 34%, 30%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 15, 34%, 23%;  --primary-light: 15, 34%, 57%;  --secondary: 71, 44%, 64%;  --secondary-rgb: 71, 44%, 64%;  --secondary-bg-hover-focus: 71, 44%, 59%;  --secondary-bg-active: 71, 44%, 54%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 71, 44%, 44%;  --secondary-light: 71, 44%, 84%;  --accent: 27, 87%, 54%;  --accent-rgb: 27, 87%, 54%;  --accent-bg-hover-focus: 27, 87%, 49%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 94%;  --shade-rgb: 0, 0%, 94%;  --shade-bg-hover-focus: 0, 0%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 27%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 22%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 