
: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: 240, 100%, 50%;  --primary-rgb: 240, 100%, 50%;  --primary-bg-hover-focus: 240, 100%, 45%;  --primary-bg-active: 240, 100%, 43%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 240, 100%, 36%;  --primary-light: 240, 100%, 70%;  --secondary: 240, 100%, 25%;  --secondary-rgb: 240, 100%, 25%;  --secondary-bg-hover-focus: 240, 100%, 20%;  --secondary-bg-active: 240, 100%, 15%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 240, 100%, 5%;  --secondary-light: 240, 100%, 45%;  --accent: 83, 31%, 28%;  --accent-rgb: 83, 31%, 28%;  --accent-bg-hover-focus: 83, 31%, 23%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 240, 100%, 98%;  --shade-rgb: 240, 100%, 98%;  --shade-bg-hover-focus: 240, 100%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 240, 64%, 27%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 240, 64%, 22%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 