
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Open Sans", sans-serif;  --header-font-family: "Open Sans", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 225, 78%, 41%;  --primary-rgb: 225, 78%, 41%;  --primary-bg-hover-focus: 225, 78%, 36%;  --primary-bg-active: 225, 78%, 34%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 225, 78%, 27%;  --primary-light: 225, 78%, 61%;  --secondary: 190, 55%, 28%;  --secondary-rgb: 190, 55%, 28%;  --secondary-bg-hover-focus: 190, 55%, 23%;  --secondary-bg-active: 190, 55%, 18%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 190, 55%, 8%;  --secondary-light: 190, 55%, 48%;  --accent: 45, 78%, 41%;  --accent-rgb: 45, 78%, 41%;  --accent-bg-hover-focus: 45, 78%, 36%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 210, 7%, 94%;  --shade-rgb: 210, 7%, 94%;  --shade-bg-hover-focus: 210, 7%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 190, 8%, 54%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 190, 8%, 49%;  --accentbar-height:10px;  --accentbar-color:hsl(var(--primary));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 