
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Poppins",sans-serif;  --header-font-family: "Poppins",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 218, 50%, 32%;  --primary-rgb: 218, 50%, 32%;  --primary-bg-hover-focus: 218, 50%, 27%;  --primary-bg-active: 218, 50%, 25%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 218, 50%, 18%;  --primary-light: 218, 50%, 52%;  --secondary: 231, 68%, 44%;  --secondary-rgb: 231, 68%, 44%;  --secondary-bg-hover-focus: 231, 68%, 39%;  --secondary-bg-active: 231, 68%, 34%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 231, 68%, 24%;  --secondary-light: 231, 68%, 64%;  --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: 0, 0%, 100%;  --shade-rgb: 0, 0%, 100%;  --shade-bg-hover-focus: 0, 0%, 95%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 216, 52%, 32%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 216, 52%, 27%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 