
: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: 358, 69%, 41%;  --primary-rgb: 358, 69%, 41%;  --primary-bg-hover-focus: 358, 69%, 36%;  --primary-bg-active: 358, 69%, 34%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 358, 69%, 27%;  --primary-light: 358, 69%, 61%;  --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: 22, 75%, 50%;  --accent-rgb: 22, 75%, 50%;  --accent-bg-hover-focus: 22, 75%, 45%;  --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%, 13%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 8%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 