
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Overpass",sans-serif;  --header-font-family: "Overpass",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 225, 48%, 31%;  --primary-rgb: 225, 48%, 31%;  --primary-bg-hover-focus: 225, 48%, 26%;  --primary-bg-active: 225, 48%, 24%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 225, 48%, 17%;  --primary-light: 225, 48%, 51%;  --secondary: 201, 67%, 53%;  --secondary-rgb: 201, 67%, 53%;  --secondary-bg-hover-focus: 201, 67%, 48%;  --secondary-bg-active: 201, 67%, 43%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 201, 67%, 33%;  --secondary-light: 201, 67%, 73%;  --accent: 0, 0%, 90%;  --accent-rgb: 0, 0%, 90%;  --accent-bg-hover-focus: 0, 0%, 85%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 219, 74%, 95%;  --shade-rgb: 219, 74%, 95%;  --shade-bg-hover-focus: 219, 74%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 