
: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: 235, 34%, 22%;  --primary-rgb: 235, 34%, 22%;  --primary-bg-hover-focus: 235, 34%, 17%;  --primary-bg-active: 235, 34%, 15%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 235, 34%, 8%;  --primary-light: 235, 34%, 42%;  --secondary: 235, 63%, 71%;  --secondary-rgb: 235, 63%, 71%;  --secondary-bg-hover-focus: 235, 63%, 66%;  --secondary-bg-active: 235, 63%, 61%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 235, 63%, 51%;  --secondary-light: 235, 63%, 91%;  --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: 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: 234, 34%, 12%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 234, 34%, 7%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .button_color_accent { color: #000 !important; }  