
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Didact Gothic",sans-serif;  --header-font-family: "Mulish",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 213, 52%, 48%;  --primary-rgb: 213, 52%, 48%;  --primary-bg-hover-focus: 213, 52%, 43%;  --primary-bg-active: 213, 52%, 41%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 213, 52%, 34%;  --primary-light: 213, 52%, 68%;  --secondary: 106, 34%, 61%;  --secondary-rgb: 106, 34%, 61%;  --secondary-bg-hover-focus: 106, 34%, 56%;  --secondary-bg-active: 106, 34%, 51%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 106, 34%, 41%;  --secondary-light: 106, 34%, 81%;  --accent: 213, 52%, 48%;  --accent-rgb: 213, 52%, 48%;  --accent-bg-hover-focus: 213, 52%, 43%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 207, 60%, 97%;  --shade-rgb: 207, 60%, 97%;  --shade-bg-hover-focus: 207, 60%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 