
: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: 125, 39%, 38%;  --primary-rgb: 125, 39%, 38%;  --primary-bg-hover-focus: 125, 39%, 33%;  --primary-bg-active: 125, 39%, 31%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 125, 39%, 24%;  --primary-light: 125, 39%, 58%;  --secondary: 15, 33%, 25%;  --secondary-rgb: 15, 33%, 25%;  --secondary-bg-hover-focus: 15, 33%, 20%;  --secondary-bg-active: 15, 33%, 15%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 15, 33%, 5%;  --secondary-light: 15, 33%, 45%;  --accent: 194, 73%, 44%;  --accent-rgb: 194, 73%, 44%;  --accent-bg-hover-focus: 194, 73%, 39%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 109, 46%, 86%;  --shade-rgb: 109, 46%, 86%;  --shade-bg-hover-focus: 109, 46%, 81%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 100%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 0, 0%, 95%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 