
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Georgia",serif;  --header-font-family: "Oswald",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 194, 59%, 57%;  --primary-rgb: 194, 59%, 57%;  --primary-bg-hover-focus: 194, 59%, 52%;  --primary-bg-active: 194, 59%, 50%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 194, 59%, 43%;  --primary-light: 194, 59%, 77%;  --secondary: 194, 59%, 57%;  --secondary-rgb: 194, 59%, 57%;  --secondary-bg-hover-focus: 194, 59%, 52%;  --secondary-bg-active: 194, 59%, 47%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 194, 59%, 37%;  --secondary-light: 194, 59%, 77%;  --accent: 195, 59%, 74%;  --accent-rgb: 195, 59%, 74%;  --accent-bg-hover-focus: 195, 59%, 69%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 180, 2%, 95%;  --shade-rgb: 180, 2%, 95%;  --shade-bg-hover-focus: 180, 2%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 206, 100%, 18%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 206, 100%, 13%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 