
: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: 228, 82%, 20%;  --primary-rgb: 228, 82%, 20%;  --primary-bg-hover-focus: 228, 82%, 15%;  --primary-bg-active: 228, 82%, 13%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 228, 82%, 6%;  --primary-light: 228, 82%, 40%;  --secondary: 46, 93%, 36%;  --secondary-rgb: 46, 93%, 36%;  --secondary-bg-hover-focus: 46, 93%, 31%;  --secondary-bg-active: 46, 93%, 26%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 46, 93%, 16%;  --secondary-light: 46, 93%, 56%;  --accent: 229, 21%, 60%;  --accent-rgb: 229, 21%, 60%;  --accent-bg-hover-focus: 229, 21%, 55%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 227, 22%, 92%;  --shade-rgb: 227, 22%, 92%;  --shade-bg-hover-focus: 227, 22%, 87%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 228, 83%, 14%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 228, 83%, 9%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 