
: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: 98, 18%, 56%;  --primary-rgb: 98, 18%, 56%;  --primary-bg-hover-focus: 98, 18%, 51%;  --primary-bg-active: 98, 18%, 49%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 98, 18%, 42%;  --primary-light: 98, 18%, 76%;  --secondary: 200, 100%, 89%;  --secondary-rgb: 200, 100%, 89%;  --secondary-bg-hover-focus: 200, 100%, 84%;  --secondary-bg-active: 200, 100%, 79%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 200, 100%, 69%;  --secondary-light: 200, 100%, 109%;  --accent: 167, 63%, 39%;  --accent-rgb: 167, 63%, 39%;  --accent-bg-hover-focus: 167, 63%, 34%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 30, 15%, 75%;  --shade-rgb: 30, 15%, 75%;  --shade-bg-hover-focus: 30, 15%, 70%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 98, 18%, 56%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 98, 18%, 51%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 