
: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: 222, 75%, 19%;  --primary-rgb: 222, 75%, 19%;  --primary-bg-hover-focus: 222, 75%, 14%;  --primary-bg-active: 222, 75%, 12%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 222, 75%, 5%;  --primary-light: 222, 75%, 39%;  --secondary: 229, 13%, 25%;  --secondary-rgb: 229, 13%, 25%;  --secondary-bg-hover-focus: 229, 13%, 20%;  --secondary-bg-active: 229, 13%, 15%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 229, 13%, 5%;  --secondary-light: 229, 13%, 45%;  --accent: 222, 17%, 51%;  --accent-rgb: 222, 17%, 51%;  --accent-bg-hover-focus: 222, 17%, 46%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 86, 27%, 85%;  --shade-rgb: 86, 27%, 85%;  --shade-bg-hover-focus: 86, 27%, 80%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 33%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 28%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 