
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Ubuntu",sans-serif;  --header-font-family: "Roboto Slab",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 234, 92%, 67%;  --primary-rgb: 234, 92%, 67%;  --primary-bg-hover-focus: 234, 92%, 62%;  --primary-bg-active: 234, 92%, 60%;  --primary-bg-text: 0, 0%, 0%;  --primary-bg-title: 0, 0%, 0%;  --primary-dark: 234, 92%, 53%;  --primary-light: 234, 92%, 87%;  --secondary: 204, 96%, 63%;  --secondary-rgb: 204, 96%, 63%;  --secondary-bg-hover-focus: 204, 96%, 58%;  --secondary-bg-active: 204, 96%, 53%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 204, 96%, 43%;  --secondary-light: 204, 96%, 83%;  --accent: 236, 82%, 93%;  --accent-rgb: 236, 82%, 93%;  --accent-bg-hover-focus: 236, 82%, 88%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 25%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 20%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 