
: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: 171, 100%, 27%;  --primary-rgb: 171, 100%, 27%;  --primary-bg-hover-focus: 171, 100%, 22%;  --primary-bg-active: 171, 100%, 20%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 171, 100%, 13%;  --primary-light: 171, 100%, 47%;  --secondary: 40, 57%, 79%;  --secondary-rgb: 40, 57%, 79%;  --secondary-bg-hover-focus: 40, 57%, 74%;  --secondary-bg-active: 40, 57%, 69%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 40, 57%, 59%;  --secondary-light: 40, 57%, 99%;  --accent: 40, 57%, 79%;  --accent-rgb: 40, 57%, 79%;  --accent-bg-hover-focus: 40, 57%, 74%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --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: 208, 7%, 46%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 208, 7%, 41%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 