
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Montserrat",sans-serif;  --header-font-family: "Merriweather Sans",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 206, 100%, 18%;  --primary-rgb: 206, 100%, 18%;  --primary-bg-hover-focus: 206, 100%, 13%;  --primary-bg-active: 206, 100%, 11%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 206, 100%, 4%;  --primary-light: 206, 100%, 38%;  --secondary: 100, 58%, 55%;  --secondary-rgb: 100, 58%, 55%;  --secondary-bg-hover-focus: 100, 58%, 50%;  --secondary-bg-active: 100, 58%, 45%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 100, 58%, 35%;  --secondary-light: 100, 58%, 75%;  --accent: 50, 99%, 64%;  --accent-rgb: 50, 99%, 64%;  --accent-bg-hover-focus: 50, 99%, 59%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 50, 81%, 94%;  --shade-rgb: 50, 81%, 94%;  --shade-bg-hover-focus: 50, 81%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 206, 100%, 18%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 206, 100%, 13%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 