
: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: 149, 23%, 48%;  --primary-rgb: 149, 23%, 48%;  --primary-bg-hover-focus: 149, 23%, 43%;  --primary-bg-active: 149, 23%, 41%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 149, 23%, 34%;  --primary-light: 149, 23%, 68%;  --secondary: 148, 57%, 23%;  --secondary-rgb: 148, 57%, 23%;  --secondary-bg-hover-focus: 148, 57%, 18%;  --secondary-bg-active: 148, 57%, 13%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 148, 57%, 3%;  --secondary-light: 148, 57%, 43%;  --accent: 151, 22%, 57%;  --accent-rgb: 151, 22%, 57%;  --accent-bg-hover-focus: 151, 22%, 52%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 149, 23%, 48%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 149, 23%, 43%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 