
: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: 180, 100%, 25%;  --primary-rgb: 180, 100%, 25%;  --primary-bg-hover-focus: 180, 100%, 20%;  --primary-bg-active: 180, 100%, 18%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 180, 100%, 11%;  --primary-light: 180, 100%, 45%;  --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: 270, 34%, 47%;  --accent-rgb: 270, 34%, 47%;  --accent-bg-hover-focus: 270, 34%, 42%;  --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%, 30%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 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; }  