
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Open Sans", sans-serif;  --header-font-family: "Montserrat", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 198, 59%, 28%;  --primary-rgb: 198, 59%, 28%;  --primary-bg-hover-focus: 198, 59%, 23%;  --primary-bg-active: 198, 59%, 21%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 198, 59%, 14%;  --primary-light: 198, 59%, 48%;  --secondary: 182, 38%, 50%;  --secondary-rgb: 182, 38%, 50%;  --secondary-bg-hover-focus: 182, 38%, 45%;  --secondary-bg-active: 182, 38%, 40%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 182, 38%, 30%;  --secondary-light: 182, 38%, 70%;  --accent: 1, 56%, 32%;  --accent-rgb: 1, 56%, 32%;  --accent-bg-hover-focus: 1, 56%, 27%;  --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%;  } 