
: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: 201, 55%, 40%;  --primary-rgb: 201, 55%, 40%;  --primary-bg-hover-focus: 201, 55%, 35%;  --primary-bg-active: 201, 55%, 33%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 201, 55%, 26%;  --primary-light: 201, 55%, 60%;  --secondary: 216, 100%, 15%;  --secondary-rgb: 216, 100%, 15%;  --secondary-bg-hover-focus: 216, 100%, 10%;  --secondary-bg-active: 216, 100%, 5%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 216, 100%, -5%;  --secondary-light: 216, 100%, 35%;  --accent: 216, 100%, 15%;  --accent-rgb: 216, 100%, 15%;  --accent-bg-hover-focus: 216, 100%, 10%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 95%;  --shade-rgb: 0, 0%, 95%;  --shade-bg-hover-focus: 0, 0%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 