
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Poppins",sans-serif;  --header-font-family: "Roboto",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 205, 48%, 17%;  --primary-rgb: 205, 48%, 17%;  --primary-bg-hover-focus: 205, 48%, 12%;  --primary-bg-active: 205, 48%, 10%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 205, 48%, 3%;  --primary-light: 205, 48%, 37%;  --secondary: 194, 55%, 30%;  --secondary-rgb: 194, 55%, 30%;  --secondary-bg-hover-focus: 194, 55%, 25%;  --secondary-bg-active: 194, 55%, 20%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 194, 55%, 10%;  --secondary-light: 194, 55%, 50%;  --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, 48%, 17%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 205, 48%, 12%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 