
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato",sans-serif;  --header-font-family: "Overpass",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 182, 15%, 67%;  --primary-rgb: 182, 15%, 67%;  --primary-bg-hover-focus: 182, 15%, 62%;  --primary-bg-active: 182, 15%, 60%;  --primary-bg-text: 0, 0%, 0%;  --primary-bg-title: 0, 0%, 0%;  --primary-dark: 182, 15%, 53%;  --primary-light: 182, 15%, 87%;  --secondary: 15, 10%, 32%;  --secondary-rgb: 15, 10%, 32%;  --secondary-bg-hover-focus: 15, 10%, 27%;  --secondary-bg-active: 15, 10%, 22%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 15, 10%, 12%;  --secondary-light: 15, 10%, 52%;  --accent: 219, 20%, 17%;  --accent-rgb: 219, 20%, 17%;  --accent-bg-hover-focus: 219, 20%, 12%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 