
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Inter", sans-serif;  --header-font-family: "Libre Franklin", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 200, 98%, 37%;  --primary-rgb: 200, 98%, 37%;  --primary-bg-hover-focus: 200, 98%, 32%;  --primary-bg-active: 200, 98%, 30%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 200, 98%, 23%;  --primary-light: 200, 98%, 57%;  --secondary: 351, 100%, 32%;  --secondary-rgb: 351, 100%, 32%;  --secondary-bg-hover-focus: 351, 100%, 27%;  --secondary-bg-active: 351, 100%, 22%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 351, 100%, 12%;  --secondary-light: 351, 100%, 52%;  --accent: 225, 68%, 79%;  --accent-rgb: 225, 68%, 79%;  --accent-bg-hover-focus: 225, 68%, 74%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 223, 64%, 98%;  --shade-rgb: 223, 64%, 98%;  --shade-bg-hover-focus: 223, 64%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 224, 69%, 14%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 224, 69%, 9%;  --accentbar-height:5px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 