
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Raleway",sans-serif;  --header-font-family: "Alice",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 195, 100%, 16%;  --primary-rgb: 195, 100%, 16%;  --primary-bg-hover-focus: 195, 100%, 11%;  --primary-bg-active: 195, 100%, 9%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 195, 100%, 2%;  --primary-light: 195, 100%, 36%;  --secondary: 190, 67%, 35%;  --secondary-rgb: 190, 67%, 35%;  --secondary-bg-hover-focus: 190, 67%, 30%;  --secondary-bg-active: 190, 67%, 25%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 190, 67%, 15%;  --secondary-light: 190, 67%, 55%;  --accent: 339, 69%, 25%;  --accent-rgb: 339, 69%, 25%;  --accent-bg-hover-focus: 339, 69%, 20%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 208, 7%, 46%;  --shade-rgb: 208, 7%, 46%;  --shade-bg-hover-focus: 208, 7%, 41%;  --shade-bg-text: 0, 0%, 100%;  --shade-bg-title: 0, 0%, 100%;  --dark: 195, 100%, 16%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 195, 100%, 11%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 