
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto",sans-serif;  --header-font-family: "Roboto",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 205, 73%, 24%;  --primary-rgb: 205, 73%, 24%;  --primary-bg-hover-focus: 205, 73%, 19%;  --primary-bg-active: 205, 73%, 17%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 205, 73%, 10%;  --primary-light: 205, 73%, 44%;  --secondary: 85, 54%, 51%;  --secondary-rgb: 85, 54%, 51%;  --secondary-bg-hover-focus: 85, 54%, 46%;  --secondary-bg-active: 85, 54%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 85, 54%, 31%;  --secondary-light: 85, 54%, 71%;  --accent: 199, 73%, 43%;  --accent-rgb: 199, 73%, 43%;  --accent-bg-hover-focus: 199, 73%, 38%;  --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: 205, 73%, 24%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 205, 73%, 19%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 