
: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: 197, 99%, 34%;  --primary-rgb: 197, 99%, 34%;  --primary-bg-hover-focus: 197, 99%, 29%;  --primary-bg-active: 197, 99%, 27%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 197, 99%, 20%;  --primary-light: 197, 99%, 54%;  --secondary: 150, 81%, 38%;  --secondary-rgb: 150, 81%, 38%;  --secondary-bg-hover-focus: 150, 81%, 33%;  --secondary-bg-active: 150, 81%, 28%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 150, 81%, 18%;  --secondary-light: 150, 81%, 58%;  --accent: 200, 49%, 38%;  --accent-rgb: 200, 49%, 38%;  --accent-bg-hover-focus: 200, 49%, 33%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 50, 81%, 94%;  --shade-rgb: 50, 81%, 94%;  --shade-bg-hover-focus: 50, 81%, 89%;  --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%;  } 