
: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: 1, 66%, 50%;  --primary-rgb: 1, 66%, 50%;  --primary-bg-hover-focus: 1, 66%, 45%;  --primary-bg-active: 1, 66%, 43%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 1, 66%, 36%;  --primary-light: 1, 66%, 70%;  --secondary: 226, 53%, 28%;  --secondary-rgb: 226, 53%, 28%;  --secondary-bg-hover-focus: 226, 53%, 23%;  --secondary-bg-active: 226, 53%, 18%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 226, 53%, 8%;  --secondary-light: 226, 53%, 48%;  --accent: 58, 95%, 62%;  --accent-rgb: 58, 95%, 62%;  --accent-bg-hover-focus: 58, 95%, 57%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 210, 11%, 93%;  --shade-rgb: 210, 11%, 93%;  --shade-bg-hover-focus: 210, 11%, 88%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 100%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 0, 0%, 95%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 