
: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: 248, 49%, 25%;  --primary-rgb: 248, 49%, 25%;  --primary-bg-hover-focus: 248, 49%, 20%;  --primary-bg-active: 248, 49%, 18%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 248, 49%, 11%;  --primary-light: 248, 49%, 45%;  --secondary: 204, 75%, 65%;  --secondary-rgb: 204, 75%, 65%;  --secondary-bg-hover-focus: 204, 75%, 60%;  --secondary-bg-active: 204, 75%, 55%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 204, 75%, 45%;  --secondary-light: 204, 75%, 85%;  --accent: 355, 52%, 29%;  --accent-rgb: 355, 52%, 29%;  --accent-bg-hover-focus: 355, 52%, 24%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 55, 43%, 95%;  --shade-rgb: 55, 43%, 95%;  --shade-bg-hover-focus: 55, 43%, 90%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 10, 32%, 7%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 10, 32%, 2%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 