
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Helvetica",sans-serif;  --header-font-family: "Helvetica",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 189, 44%, 50%;  --primary-rgb: 189, 44%, 50%;  --primary-bg-hover-focus: 189, 44%, 45%;  --primary-bg-active: 189, 44%, 43%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 189, 44%, 36%;  --primary-light: 189, 44%, 70%;  --secondary: 188, 44%, 70%;  --secondary-rgb: 188, 44%, 70%;  --secondary-bg-hover-focus: 188, 44%, 65%;  --secondary-bg-active: 188, 44%, 60%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 188, 44%, 50%;  --secondary-light: 188, 44%, 90%;  --accent: 188, 44%, 30%;  --accent-rgb: 188, 44%, 30%;  --accent-bg-hover-focus: 188, 44%, 25%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 97%;  --shade-rgb: 0, 0%, 97%;  --shade-bg-hover-focus: 0, 0%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 74%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 0, 0%, 69%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 