
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Inter", sans-serif;  --header-font-family: "Inter", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 184, 27%, 55%;  --primary-rgb: 184, 27%, 55%;  --primary-bg-hover-focus: 184, 27%, 50%;  --primary-bg-active: 184, 27%, 48%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 184, 27%, 41%;  --primary-light: 184, 27%, 75%;  --secondary: 185, 25%, 71%;  --secondary-rgb: 185, 25%, 71%;  --secondary-bg-hover-focus: 185, 25%, 66%;  --secondary-bg-active: 185, 25%, 61%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 185, 25%, 51%;  --secondary-light: 185, 25%, 91%;  --accent: 20, 95%, 46%;  --accent-rgb: 20, 95%, 46%;  --accent-bg-hover-focus: 20, 95%, 41%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 180, 20%, 98%;  --shade-rgb: 180, 20%, 98%;  --shade-bg-hover-focus: 180, 20%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 183, 27%, 14%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 183, 27%, 9%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 