
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato", sans-serif;  --header-font-family: "Outfit", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 195, 100%, 29%;  --primary-rgb: 195, 100%, 29%;  --primary-bg-hover-focus: 195, 100%, 24%;  --primary-bg-active: 195, 100%, 22%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 195, 100%, 15%;  --primary-light: 195, 100%, 49%;  --secondary: 37, 45%, 24%;  --secondary-rgb: 37, 45%, 24%;  --secondary-bg-hover-focus: 37, 45%, 19%;  --secondary-bg-active: 37, 45%, 14%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 37, 45%, 4%;  --secondary-light: 37, 45%, 44%;  --accent: 15, 100%, 29%;  --accent-rgb: 15, 100%, 29%;  --accent-bg-hover-focus: 15, 100%, 24%;  --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: 195, 100%, 10%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 195, 100%, 5%;  --accentbar-height:10px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 