
: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, 68%, 20%;  --primary-rgb: 210, 68%, 20%;  --primary-bg-hover-focus: 210, 68%, 15%;  --primary-bg-active: 210, 68%, 13%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 210, 68%, 6%;  --primary-light: 210, 68%, 40%;  --secondary: 193, 100%, 42%;  --secondary-rgb: 193, 100%, 42%;  --secondary-bg-hover-focus: 193, 100%, 37%;  --secondary-bg-active: 193, 100%, 32%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 193, 100%, 22%;  --secondary-light: 193, 100%, 62%;  --accent: 122, 38%, 51%;  --accent-rgb: 122, 38%, 51%;  --accent-bg-hover-focus: 122, 38%, 46%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 96%;  --shade-rgb: 0, 0%, 96%;  --shade-bg-hover-focus: 0, 0%, 91%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 210, 68%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 210, 68%, 15%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 