
: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: 213, 49%, 23%;  --primary-rgb: 213, 49%, 23%;  --primary-bg-hover-focus: 213, 49%, 18%;  --primary-bg-active: 213, 49%, 16%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 213, 49%, 9%;  --primary-light: 213, 49%, 43%;  --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: 225, 2%, 63%;  --accent-rgb: 225, 2%, 63%;  --accent-bg-hover-focus: 225, 2%, 58%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 225, 2%, 63%;  --shade-rgb: 225, 2%, 63%;  --shade-bg-hover-focus: 225, 2%, 58%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 225, 2%, 63%;  --dark-bg-text: 0, 0%, 0%;  --dark-bg-title: 0, 0%, 0%;  --dark-bg-hover-focus: 225, 2%, 58%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 