
: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: 221, 71%, 26%;  --primary-rgb: 221, 71%, 26%;  --primary-bg-hover-focus: 221, 71%, 21%;  --primary-bg-active: 221, 71%, 19%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 221, 71%, 12%;  --primary-light: 221, 71%, 46%;  --secondary: 225, 2%, 63%;  --secondary-rgb: 225, 2%, 63%;  --secondary-bg-hover-focus: 225, 2%, 58%;  --secondary-bg-active: 225, 2%, 53%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 225, 2%, 43%;  --secondary-light: 225, 2%, 83%;  --accent: 214, 20%, 59%;  --accent-rgb: 214, 20%, 59%;  --accent-bg-hover-focus: 214, 20%, 54%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 220, 63%, 95%;  --shade-rgb: 220, 63%, 95%;  --shade-bg-hover-focus: 220, 63%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 