
: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: 96, 31%, 44%;  --primary-rgb: 96, 31%, 44%;  --primary-bg-hover-focus: 96, 31%, 39%;  --primary-bg-active: 96, 31%, 37%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 96, 31%, 30%;  --primary-light: 96, 31%, 64%;  --secondary: 201, 63%, 86%;  --secondary-rgb: 201, 63%, 86%;  --secondary-bg-hover-focus: 201, 63%, 81%;  --secondary-bg-active: 201, 63%, 76%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 201, 63%, 66%;  --secondary-light: 201, 63%, 106%;  --accent: 103, 44%, 89%;  --accent-rgb: 103, 44%, 89%;  --accent-bg-hover-focus: 103, 44%, 84%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 201, 64%, 95%;  --shade-rgb: 201, 64%, 95%;  --shade-bg-hover-focus: 201, 64%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 201, 64%, 25%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 201, 64%, 20%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 