
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Helvetica",sans-serif;  --header-font-family: "DM Serif Display",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 210, 98%, 38%;  --primary-rgb: 210, 98%, 38%;  --primary-bg-hover-focus: 210, 98%, 33%;  --primary-bg-active: 210, 98%, 31%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 210, 98%, 24%;  --primary-light: 210, 98%, 58%;  --secondary: 155, 92%, 29%;  --secondary-rgb: 155, 92%, 29%;  --secondary-bg-hover-focus: 155, 92%, 24%;  --secondary-bg-active: 155, 92%, 19%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 155, 92%, 9%;  --secondary-light: 155, 92%, 49%;  --accent: 155, 92%, 29%;  --accent-rgb: 155, 92%, 29%;  --accent-bg-hover-focus: 155, 92%, 24%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 210, 98%, 90%;  --shade-rgb: 210, 98%, 90%;  --shade-bg-hover-focus: 210, 98%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 155, 30%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 155, 30%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 