
: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: 204, 91%, 27%;  --primary-rgb: 204, 91%, 27%;  --primary-bg-hover-focus: 204, 91%, 22%;  --primary-bg-active: 204, 91%, 20%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 204, 91%, 13%;  --primary-light: 204, 91%, 47%;  --secondary: 204, 74%, 67%;  --secondary-rgb: 204, 74%, 67%;  --secondary-bg-hover-focus: 204, 74%, 62%;  --secondary-bg-active: 204, 74%, 57%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 204, 74%, 47%;  --secondary-light: 204, 74%, 87%;  --accent: 204, 74%, 80%;  --accent-rgb: 204, 74%, 80%;  --accent-bg-hover-focus: 204, 74%, 75%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 35, 89%, 72%;  --shade-rgb: 35, 89%, 72%;  --shade-bg-hover-focus: 35, 89%, 67%;  --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%;  } 