
: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: 186, 56%, 29%;  --primary-rgb: 186, 56%, 29%;  --primary-bg-hover-focus: 186, 56%, 24%;  --primary-bg-active: 186, 56%, 22%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 186, 56%, 15%;  --primary-light: 186, 56%, 49%;  --secondary: 9, 76%, 26%;  --secondary-rgb: 9, 76%, 26%;  --secondary-bg-hover-focus: 9, 76%, 21%;  --secondary-bg-active: 9, 76%, 16%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 9, 76%, 6%;  --secondary-light: 9, 76%, 46%;  --accent: 176, 23%, 58%;  --accent-rgb: 176, 23%, 58%;  --accent-bg-hover-focus: 176, 23%, 53%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 178, 23%, 86%;  --shade-rgb: 178, 23%, 86%;  --shade-bg-hover-focus: 178, 23%, 81%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 177, 34%, 12%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 177, 34%, 7%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 