
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Montserrat",sans-serif;  --header-font-family: "Bungee",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 232, 54%, 37%;  --primary-rgb: 232, 54%, 37%;  --primary-bg-hover-focus: 232, 54%, 32%;  --primary-bg-active: 232, 54%, 30%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 232, 54%, 23%;  --primary-light: 232, 54%, 57%;  --secondary: 85, 54%, 51%;  --secondary-rgb: 85, 54%, 51%;  --secondary-bg-hover-focus: 85, 54%, 46%;  --secondary-bg-active: 85, 54%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 85, 54%, 31%;  --secondary-light: 85, 54%, 71%;  --accent: 234, 62%, 79%;  --accent-rgb: 234, 62%, 79%;  --accent-bg-hover-focus: 234, 62%, 74%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 93%;  --shade-rgb: 0, 0%, 93%;  --shade-bg-hover-focus: 0, 0%, 88%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 232, 54%, 37%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 232, 54%, 32%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 