
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Gothic A1", sans-serif;  --header-font-family: "Gothic A1", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 125, 43%, 18%;  --primary-rgb: 125, 43%, 18%;  --primary-bg-hover-focus: 125, 43%, 13%;  --primary-bg-active: 125, 43%, 11%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 125, 43%, 4%;  --primary-light: 125, 43%, 38%;  --secondary: 0, 0%, 0%;  --secondary-rgb: 0, 0%, 0%;  --secondary-bg-hover-focus: 0, 0%, -5%;  --secondary-bg-active: 0, 0%, -10%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 0, 0%, -20%;  --secondary-light: 0, 0%, 20%;  --accent: 0, 0%, 0%;  --accent-rgb: 0, 0%, 0%;  --accent-bg-hover-focus: 0, 0%, -5%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 0, 0%, 90%;  --shade-rgb: 0, 0%, 90%;  --shade-bg-hover-focus: 0, 0%, 85%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 20%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 15%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 