
: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: 214, 31%, 34%;  --primary-rgb: 214, 31%, 34%;  --primary-bg-hover-focus: 214, 31%, 29%;  --primary-bg-active: 214, 31%, 27%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 214, 31%, 20%;  --primary-light: 214, 31%, 54%;  --secondary: 12, 78%, 63%;  --secondary-rgb: 12, 78%, 63%;  --secondary-bg-hover-focus: 12, 78%, 58%;  --secondary-bg-active: 12, 78%, 53%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 12, 78%, 43%;  --secondary-light: 12, 78%, 83%;  --accent: 55, 43%, 95%;  --accent-rgb: 55, 43%, 95%;  --accent-bg-hover-focus: 55, 43%, 90%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 100%;  --shade-rgb: 0, 0%, 100%;  --shade-bg-hover-focus: 0, 0%, 95%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 214, 31%, 34%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 214, 31%, 29%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 