
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Montserrat", sans-serif;  --header-font-family: "Overpass", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 271, 24%, 38%;  --primary-rgb: 271, 24%, 38%;  --primary-bg-hover-focus: 271, 24%, 33%;  --primary-bg-active: 271, 24%, 31%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 271, 24%, 24%;  --primary-light: 271, 24%, 58%;  --secondary: 81, 54%, 61%;  --secondary-rgb: 81, 54%, 61%;  --secondary-bg-hover-focus: 81, 54%, 56%;  --secondary-bg-active: 81, 54%, 51%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 81, 54%, 41%;  --secondary-light: 81, 54%, 81%;  --accent: 261, 76%, 67%;  --accent-rgb: 261, 76%, 67%;  --accent-bg-hover-focus: 261, 76%, 62%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 83, 80%, 98%;  --shade-rgb: 83, 80%, 98%;  --shade-bg-hover-focus: 83, 80%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 269, 24%, 24%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 269, 24%, 19%;  --accentbar-height:10px;  --accentbar-color:hsl(var(--primary));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 