
: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: 197, 74%, 37%;  --primary-rgb: 197, 74%, 37%;  --primary-bg-hover-focus: 197, 74%, 32%;  --primary-bg-active: 197, 74%, 30%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 197, 74%, 23%;  --primary-light: 197, 74%, 57%;  --secondary: 155, 49%, 51%;  --secondary-rgb: 155, 49%, 51%;  --secondary-bg-hover-focus: 155, 49%, 46%;  --secondary-bg-active: 155, 49%, 41%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 155, 49%, 31%;  --secondary-light: 155, 49%, 71%;  --accent: 217, 44%, 96%;  --accent-rgb: 217, 44%, 96%;  --accent-bg-hover-focus: 217, 44%, 91%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 