
: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: 204, 100%, 37%;  --primary-rgb: 204, 100%, 37%;  --primary-bg-hover-focus: 204, 100%, 32%;  --primary-bg-active: 204, 100%, 30%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 204, 100%, 23%;  --primary-light: 204, 100%, 57%;  --secondary: 86, 54%, 51%;  --secondary-rgb: 86, 54%, 51%;  --secondary-bg-hover-focus: 86, 54%, 46%;  --secondary-bg-active: 86, 54%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 86, 54%, 31%;  --secondary-light: 86, 54%, 71%;  --accent: 204, 59%, 62%;  --accent-rgb: 204, 59%, 62%;  --accent-bg-hover-focus: 204, 59%, 57%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 204, 100%, 97%;  --shade-rgb: 204, 100%, 97%;  --shade-bg-hover-focus: 204, 100%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 204, 100%, 17%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 204, 100%, 12%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 