
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: ${defaultFontFamily};  --header-font-family: ${headerFontFamily};  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 178, 43%, 32%;  --primary-rgb: 178, 43%, 32%;  --primary-bg-hover-focus: 178, 43%, 27%;  --primary-bg-active: 178, 43%, 25%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 178, 43%, 18%;  --primary-light: 178, 43%, 52%;  --secondary: 165, 20%, 69%;  --secondary-rgb: 165, 20%, 69%;  --secondary-bg-hover-focus: 165, 20%, 64%;  --secondary-bg-active: 165, 20%, 59%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 165, 20%, 49%;  --secondary-light: 165, 20%, 89%;  --accent: 165, 20%, 69%;  --accent-rgb: 165, 20%, 69%;  --accent-bg-hover-focus: 165, 20%, 64%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 165, 20%, 90%;  --shade-rgb: 165, 20%, 90%;  --shade-bg-hover-focus: 165, 20%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 165, 20%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 165, 20%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 