
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto",sans-serif;  --header-font-family: "Roboto",sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 191, 67%, 36%;  --primary-rgb: 191, 67%, 36%;  --primary-bg-hover-focus: 191, 67%, 31%;  --primary-bg-active: 191, 67%, 29%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 191, 67%, 22%;  --primary-light: 191, 67%, 56%;  --secondary: 191, 67%, 36%;  --secondary-rgb: 191, 67%, 36%;  --secondary-bg-hover-focus: 191, 67%, 31%;  --secondary-bg-active: 191, 67%, 26%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 191, 67%, 16%;  --secondary-light: 191, 67%, 56%;  --accent: 22, 75%, 50%;  --accent-rgb: 22, 75%, 50%;  --accent-bg-hover-focus: 22, 75%, 45%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 216, 3%, 83%;  --shade-rgb: 216, 3%, 83%;  --shade-bg-hover-focus: 216, 3%, 78%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 210, 9%, 22%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 210, 9%, 17%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 