
: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: 223, 62%, 38%;  --primary-rgb: 223, 62%, 38%;  --primary-bg-hover-focus: 223, 62%, 33%;  --primary-bg-active: 223, 62%, 31%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 223, 62%, 24%;  --primary-light: 223, 62%, 58%;  --secondary: 226, 36%, 63%;  --secondary-rgb: 226, 36%, 63%;  --secondary-bg-hover-focus: 226, 36%, 58%;  --secondary-bg-active: 226, 36%, 53%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 226, 36%, 43%;  --secondary-light: 226, 36%, 83%;  --accent: 228, 52%, 28%;  --accent-rgb: 228, 52%, 28%;  --accent-bg-hover-focus: 228, 52%, 23%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 220, 86%, 97%;  --shade-rgb: 220, 86%, 97%;  --shade-bg-hover-focus: 220, 86%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 227, 53%, 12%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 227, 53%, 7%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 