
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Signika", sans-serif;  --header-font-family: "Signika", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 38, 35%, 45%;  --primary-rgb: 38, 35%, 45%;  --primary-bg-hover-focus: 38, 35%, 40%;  --primary-bg-active: 38, 35%, 38%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 38, 35%, 31%;  --primary-light: 38, 35%, 65%;  --secondary: 40, 29%, 65%;  --secondary-rgb: 40, 29%, 65%;  --secondary-bg-hover-focus: 40, 29%, 60%;  --secondary-bg-active: 40, 29%, 55%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 40, 29%, 45%;  --secondary-light: 40, 29%, 85%;  --accent: 359, 98%, 25%;  --accent-rgb: 359, 98%, 25%;  --accent-bg-hover-focus: 359, 98%, 20%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 97%;  --shade-rgb: 0, 0%, 97%;  --shade-bg-hover-focus: 0, 0%, 92%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 18, 34%, 19%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 18, 34%, 14%;  --accentbar-height:10px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 