
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Helvetica",sans-serif;  --header-font-family: "Roboto",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 193, 56%, 53%;  --primary-rgb: 193, 56%, 53%;  --primary-bg-hover-focus: 193, 56%, 48%;  --primary-bg-active: 193, 56%, 46%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 193, 56%, 39%;  --primary-light: 193, 56%, 73%;  --secondary: 30, 70%, 56%;  --secondary-rgb: 30, 70%, 56%;  --secondary-bg-hover-focus: 30, 70%, 51%;  --secondary-bg-active: 30, 70%, 46%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 30, 70%, 36%;  --secondary-light: 30, 70%, 76%;  --accent: 0, 0%, 90%;  --accent-rgb: 0, 0%, 90%;  --accent-bg-hover-focus: 0, 0%, 85%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 100%;  --shade-rgb: 0, 0%, 100%;  --shade-bg-hover-focus: 0, 0%, 95%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 193, 47%, 21%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 193, 47%, 16%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 