
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto", sans-serif;  --header-font-family: "Poppins", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 201, 100%, 35%;  --primary-rgb: 201, 100%, 35%;  --primary-bg-hover-focus: 201, 100%, 30%;  --primary-bg-active: 201, 100%, 28%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 201, 100%, 21%;  --primary-light: 201, 100%, 55%;  --secondary: 190, 100%, 32%;  --secondary-rgb: 190, 100%, 32%;  --secondary-bg-hover-focus: 190, 100%, 27%;  --secondary-bg-active: 190, 100%, 22%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 190, 100%, 12%;  --secondary-light: 190, 100%, 52%;  --accent: 17, 90%, 70%;  --accent-rgb: 17, 90%, 70%;  --accent-bg-hover-focus: 17, 90%, 65%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --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: 193, 100%, 18%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 193, 100%, 13%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 