
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Nunito",sans-serif;  --header-font-family: "Nunito",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 198, 73%, 51%;  --primary-rgb: 198, 73%, 51%;  --primary-bg-hover-focus: 198, 73%, 46%;  --primary-bg-active: 198, 73%, 44%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 198, 73%, 37%;  --primary-light: 198, 73%, 71%;  --secondary: 14, 87%, 57%;  --secondary-rgb: 14, 87%, 57%;  --secondary-bg-hover-focus: 14, 87%, 52%;  --secondary-bg-active: 14, 87%, 47%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 14, 87%, 37%;  --secondary-light: 14, 87%, 77%;  --accent: 101, 43%, 52%;  --accent-rgb: 101, 43%, 52%;  --accent-bg-hover-focus: 101, 43%, 47%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 217, 44%, 96%;  --shade-rgb: 217, 44%, 96%;  --shade-bg-hover-focus: 217, 44%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 15%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 10%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 