
: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: 118, 32%, 30%;  --primary-rgb: 118, 32%, 30%;  --primary-bg-hover-focus: 118, 32%, 25%;  --primary-bg-active: 118, 32%, 23%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 118, 32%, 16%;  --primary-light: 118, 32%, 50%;  --secondary: 148, 25%, 20%;  --secondary-rgb: 148, 25%, 20%;  --secondary-bg-hover-focus: 148, 25%, 15%;  --secondary-bg-active: 148, 25%, 10%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 148, 25%, 0%;  --secondary-light: 148, 25%, 40%;  --accent: 33, 51%, 69%;  --accent-rgb: 33, 51%, 69%;  --accent-bg-hover-focus: 33, 51%, 64%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 330, 6%, 13%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 330, 6%, 8%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 