
: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: 200, 58%, 41%;  --primary-rgb: 200, 58%, 41%;  --primary-bg-hover-focus: 200, 58%, 36%;  --primary-bg-active: 200, 58%, 34%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 200, 58%, 27%;  --primary-light: 200, 58%, 61%;  --secondary: 203, 46%, 31%;  --secondary-rgb: 203, 46%, 31%;  --secondary-bg-hover-focus: 203, 46%, 26%;  --secondary-bg-active: 203, 46%, 21%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 203, 46%, 11%;  --secondary-light: 203, 46%, 51%;  --accent: 176, 38%, 78%;  --accent-rgb: 176, 38%, 78%;  --accent-bg-hover-focus: 176, 38%, 73%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 202, 37%, 77%;  --shade-rgb: 202, 37%, 77%;  --shade-bg-hover-focus: 202, 37%, 72%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 203, 46%, 17%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 203, 46%, 12%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 