
: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: 207, 63%, 22%;  --primary-rgb: 207, 63%, 22%;  --primary-bg-hover-focus: 207, 63%, 17%;  --primary-bg-active: 207, 63%, 15%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 207, 63%, 8%;  --primary-light: 207, 63%, 42%;  --secondary: 196, 73%, 51%;  --secondary-rgb: 196, 73%, 51%;  --secondary-bg-hover-focus: 196, 73%, 46%;  --secondary-bg-active: 196, 73%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 196, 73%, 31%;  --secondary-light: 196, 73%, 71%;  --accent: 207, 63%, 22%;  --accent-rgb: 207, 63%, 22%;  --accent-bg-hover-focus: 207, 63%, 17%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 100%;  --shade-rgb: 0, 0%, 100%;  --shade-bg-hover-focus: 0, 0%, 95%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 207, 63%, 22%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 207, 63%, 17%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 