
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Source Sans Pro",sans-serif;  --header-font-family: "DM Serif Display",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 118, 40%, 58%;  --primary-rgb: 118, 40%, 58%;  --primary-bg-hover-focus: 118, 40%, 53%;  --primary-bg-active: 118, 40%, 51%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 118, 40%, 44%;  --primary-light: 118, 40%, 78%;  --secondary: 192, 100%, 39%;  --secondary-rgb: 192, 100%, 39%;  --secondary-bg-hover-focus: 192, 100%, 34%;  --secondary-bg-active: 192, 100%, 29%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 192, 100%, 19%;  --secondary-light: 192, 100%, 59%;  --accent: 180, 12%, 23%;  --accent-rgb: 180, 12%, 23%;  --accent-bg-hover-focus: 180, 12%, 18%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 180, 12%, 23%;  --shade-rgb: 180, 12%, 23%;  --shade-bg-hover-focus: 180, 12%, 18%;  --shade-bg-text: 0, 0%, 100%;  --shade-bg-title: 0, 0%, 100%;  --dark: 0, 0%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 15%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 