
: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: 218, 59%, 15%;  --primary-rgb: 218, 59%, 15%;  --primary-bg-hover-focus: 218, 59%, 10%;  --primary-bg-active: 218, 59%, 8%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 218, 59%, 1%;  --primary-light: 218, 59%, 35%;  --secondary: 42, 76%, 64%;  --secondary-rgb: 42, 76%, 64%;  --secondary-bg-hover-focus: 42, 76%, 59%;  --secondary-bg-active: 42, 76%, 54%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 42, 76%, 44%;  --secondary-light: 42, 76%, 84%;  --accent: 219, 10%, 66%;  --accent-rgb: 219, 10%, 66%;  --accent-bg-hover-focus: 219, 10%, 61%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 216, 12%, 92%;  --shade-rgb: 216, 12%, 92%;  --shade-bg-hover-focus: 216, 12%, 87%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 100%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 0, 0%, 95%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 