
: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: 343, 55%, 15%;  --primary-rgb: 343, 55%, 15%;  --primary-bg-hover-focus: 343, 55%, 10%;  --primary-bg-active: 343, 55%, 8%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 343, 55%, 1%;  --primary-light: 343, 55%, 35%;  --secondary: 199, 73%, 43%;  --secondary-rgb: 199, 73%, 43%;  --secondary-bg-hover-focus: 199, 73%, 38%;  --secondary-bg-active: 199, 73%, 33%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 199, 73%, 23%;  --secondary-light: 199, 73%, 63%;  --accent: 19, 100%, 28%;  --accent-rgb: 19, 100%, 28%;  --accent-bg-hover-focus: 19, 100%, 23%;  --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: 343, 55%, 15%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 343, 55%, 10%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 