
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Helvetica",sans-serif;  --header-font-family: "DM Serif Display",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 4, 86%, 23%;  --primary-rgb: 4, 86%, 23%;  --primary-bg-hover-focus: 4, 86%, 18%;  --primary-bg-active: 4, 86%, 16%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 4, 86%, 9%;  --primary-light: 4, 86%, 43%;  --secondary: 45, 100%, 95%;  --secondary-rgb: 45, 100%, 95%;  --secondary-bg-hover-focus: 45, 100%, 90%;  --secondary-bg-active: 45, 100%, 85%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 45, 100%, 75%;  --secondary-light: 45, 100%, 115%;  --accent: 3, 25%, 54%;  --accent-rgb: 3, 25%, 54%;  --accent-bg-hover-focus: 3, 25%, 49%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 45, 100%, 95%;  --shade-rgb: 45, 100%, 95%;  --shade-bg-hover-focus: 45, 100%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 162, 100%, 17%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 162, 100%, 12%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 