
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto", sans-serif;  --header-font-family: "Just Another Hand", cursive;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 204, 61%, 41%;  --primary-rgb: 204, 61%, 41%;  --primary-bg-hover-focus: 204, 61%, 36%;  --primary-bg-active: 204, 61%, 34%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 204, 61%, 27%;  --primary-light: 204, 61%, 61%;  --secondary: 205, 41%, 52%;  --secondary-rgb: 205, 41%, 52%;  --secondary-bg-hover-focus: 205, 41%, 47%;  --secondary-bg-active: 205, 41%, 42%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 205, 41%, 32%;  --secondary-light: 205, 41%, 72%;  --accent: 24, 61%, 41%;  --accent-rgb: 24, 61%, 41%;  --accent-bg-hover-focus: 24, 61%, 36%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 98%;  --shade-rgb: 0, 0%, 98%;  --shade-bg-hover-focus: 0, 0%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 0%;  --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%;  } 