
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Roboto", sans-serif;  --header-font-family: "Gloria Hallelujah", cursive;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 0, 0%, 0%;  --primary-rgb: 0, 0%, 0%;  --primary-bg-hover-focus: 0, 0%, -5%;  --primary-bg-active: 0, 0%, -7%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 0, 0%, -14%;  --primary-light: 0, 0%, 20%;  --secondary: 41, 100%, 62%;  --secondary-rgb: 41, 100%, 62%;  --secondary-bg-hover-focus: 41, 100%, 57%;  --secondary-bg-active: 41, 100%, 52%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 41, 100%, 42%;  --secondary-light: 41, 100%, 82%;  --accent: 41, 100%, 62%;  --accent-rgb: 41, 100%, 62%;  --accent-bg-hover-focus: 41, 100%, 57%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 219, 44%, 92%;  --shade-rgb: 219, 44%, 92%;  --shade-bg-hover-focus: 219, 44%, 87%;  --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:10px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .row-columns+ .row-columns { border-top: none !important; }  .type>a, .type>:not(div) a { border-bottom: 1px solid hsl(var(--secondary)) !important; }  