
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Montserrat", sans-serif;  --header-font-family: "Lilita One", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 221, 64%, 35%;  --primary-rgb: 221, 64%, 35%;  --primary-bg-hover-focus: 221, 64%, 30%;  --primary-bg-active: 221, 64%, 28%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 221, 64%, 21%;  --primary-light: 221, 64%, 55%;  --secondary: 201, 74%, 52%;  --secondary-rgb: 201, 74%, 52%;  --secondary-bg-hover-focus: 201, 74%, 47%;  --secondary-bg-active: 201, 74%, 42%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 201, 74%, 32%;  --secondary-light: 201, 74%, 72%;  --accent: 358, 91%, 40%;  --accent-rgb: 358, 91%, 40%;  --accent-bg-hover-focus: 358, 91%, 35%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 203, 80%, 98%;  --shade-rgb: 203, 80%, 98%;  --shade-bg-hover-focus: 203, 80%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 222, 65%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 222, 65%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 