
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Montserrat",sans-serif;  --header-font-family: "Khand",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 224, 50%, 31%;  --primary-rgb: 224, 50%, 31%;  --primary-bg-hover-focus: 224, 50%, 26%;  --primary-bg-active: 224, 50%, 24%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 224, 50%, 17%;  --primary-light: 224, 50%, 51%;  --secondary: 6, 92%, 52%;  --secondary-rgb: 6, 92%, 52%;  --secondary-bg-hover-focus: 6, 92%, 47%;  --secondary-bg-active: 6, 92%, 42%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 6, 92%, 32%;  --secondary-light: 6, 92%, 72%;  --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: 200, 65%, 91%;  --shade-rgb: 200, 65%, 91%;  --shade-bg-hover-focus: 200, 65%, 86%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 224, 50%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 224, 50%, 15%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 