
: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: 277, 52%, 36%;  --primary-rgb: 277, 52%, 36%;  --primary-bg-hover-focus: 277, 52%, 31%;  --primary-bg-active: 277, 52%, 29%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 277, 52%, 22%;  --primary-light: 277, 52%, 56%;  --secondary: 0, 0%, 0%;  --secondary-rgb: 0, 0%, 0%;  --secondary-bg-hover-focus: 0, 0%, -5%;  --secondary-bg-active: 0, 0%, -10%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 0, 0%, -20%;  --secondary-light: 0, 0%, 20%;  --accent: 277, 29%, 25%;  --accent-rgb: 277, 29%, 25%;  --accent-bg-hover-focus: 277, 29%, 20%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 278, 9%, 77%;  --shade-rgb: 278, 9%, 77%;  --shade-bg-hover-focus: 278, 9%, 72%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 274, 9%, 85%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 274, 9%, 80%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 