
: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%, 25%;  --primary-rgb: 221, 71%, 25%;  --primary-bg-hover-focus: 221, 71%, 20%;  --primary-bg-active: 221, 71%, 18%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 221, 71%, 11%;  --primary-light: 221, 71%, 45%;  --secondary: 283, 39%, 43%;  --secondary-rgb: 283, 39%, 43%;  --secondary-bg-hover-focus: 283, 39%, 38%;  --secondary-bg-active: 283, 39%, 33%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 283, 39%, 23%;  --secondary-light: 283, 39%, 63%;  --accent: 199, 73%, 43%;  --accent-rgb: 199, 73%, 43%;  --accent-bg-hover-focus: 199, 73%, 38%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 220, 64%, 95%;  --shade-rgb: 220, 64%, 95%;  --shade-bg-hover-focus: 220, 64%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 221, 71%, 25%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 221, 71%, 20%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 