
: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: 210, 61%, 45%;  --primary-rgb: 210, 61%, 45%;  --primary-bg-hover-focus: 210, 61%, 40%;  --primary-bg-active: 210, 61%, 38%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 210, 61%, 31%;  --primary-light: 210, 61%, 65%;  --secondary: 21, 91%, 70%;  --secondary-rgb: 21, 91%, 70%;  --secondary-bg-hover-focus: 21, 91%, 65%;  --secondary-bg-active: 21, 91%, 60%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 21, 91%, 50%;  --secondary-light: 21, 91%, 90%;  --accent: 200, 71%, 55%;  --accent-rgb: 200, 71%, 55%;  --accent-bg-hover-focus: 200, 71%, 50%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 208, 45%, 94%;  --shade-rgb: 208, 45%, 94%;  --shade-bg-hover-focus: 208, 45%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 211, 48%, 84%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 211, 48%, 79%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 