
: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: 207, 96%, 36%;  --primary-rgb: 207, 96%, 36%;  --primary-bg-hover-focus: 207, 96%, 31%;  --primary-bg-active: 207, 96%, 29%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 207, 96%, 22%;  --primary-light: 207, 96%, 56%;  --secondary: 6, 94%, 43%;  --secondary-rgb: 6, 94%, 43%;  --secondary-bg-hover-focus: 6, 94%, 38%;  --secondary-bg-active: 6, 94%, 33%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 6, 94%, 23%;  --secondary-light: 6, 94%, 63%;  --accent: 207, 56%, 49%;  --accent-rgb: 207, 56%, 49%;  --accent-bg-hover-focus: 207, 56%, 44%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 50, 81%, 94%;  --shade-rgb: 50, 81%, 94%;  --shade-bg-hover-focus: 50, 81%, 89%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 207, 96%, 36%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 207, 96%, 31%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 