
: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: 357, 75%, 50%;  --primary-rgb: 357, 75%, 50%;  --primary-bg-hover-focus: 357, 75%, 45%;  --primary-bg-active: 357, 75%, 43%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 357, 75%, 36%;  --primary-light: 357, 75%, 70%;  --secondary: 4, 86%, 23%;  --secondary-rgb: 4, 86%, 23%;  --secondary-bg-hover-focus: 4, 86%, 18%;  --secondary-bg-active: 4, 86%, 13%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 4, 86%, 3%;  --secondary-light: 4, 86%, 43%;  --accent: 4, 86%, 23%;  --accent-rgb: 4, 86%, 23%;  --accent-bg-hover-focus: 4, 86%, 18%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 55, 43%, 95%;  --shade-rgb: 55, 43%, 95%;  --shade-bg-hover-focus: 55, 43%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 0%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, -5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 