
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Lato",sans-serif;  --header-font-family: "Roboto Slab",serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 0, 0%, 7%;  --primary-rgb: 0, 0%, 7%;  --primary-bg-hover-focus: 0, 0%, 2%;  --primary-bg-active: 0, 0%, 0%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 0, 0%, -7%;  --primary-light: 0, 0%, 27%;  --secondary: 13, 88%, 57%;  --secondary-rgb: 13, 88%, 57%;  --secondary-bg-hover-focus: 13, 88%, 52%;  --secondary-bg-active: 13, 88%, 47%;  --secondary-bg-text: 0, 0%, 100%;  --secondary-bg-title: 0, 0%, 100%;  --secondary-dark: 13, 88%, 37%;  --secondary-light: 13, 88%, 77%;  --accent: 201, 70%, 66%;  --accent-rgb: 201, 70%, 66%;  --accent-bg-hover-focus: 201, 70%, 61%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 201, 70%, 66%;  --shade-rgb: 201, 70%, 66%;  --shade-bg-hover-focus: 201, 70%, 61%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 0%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, -5%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  } 