
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Ubuntu",sans-serif;  --header-font-family: "Roboto Slab",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 342, 60%, 26%;  --primary-rgb: 342, 60%, 26%;  --primary-bg-hover-focus: 342, 60%, 21%;  --primary-bg-active: 342, 60%, 19%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 342, 60%, 12%;  --primary-light: 342, 60%, 46%;  --secondary: 56, 100%, 49%;  --secondary-rgb: 56, 100%, 49%;  --secondary-bg-hover-focus: 56, 100%, 44%;  --secondary-bg-active: 56, 100%, 39%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 56, 100%, 29%;  --secondary-light: 56, 100%, 69%;  --accent: 56, 100%, 49%;  --accent-rgb: 56, 100%, 49%;  --accent-bg-hover-focus: 56, 100%, 44%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 206, 39%, 72%;  --shade-rgb: 206, 39%, 72%;  --shade-bg-hover-focus: 206, 39%, 67%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 56, 100%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 56, 100%, 25%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .button_color_secondary { color: #000 !important; }  