
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Gothic A1", sans-serif;  --header-font-family: "Poppins", sans-serif;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 211, 34%, 23%;  --primary-rgb: 211, 34%, 23%;  --primary-bg-hover-focus: 211, 34%, 18%;  --primary-bg-active: 211, 34%, 16%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 211, 34%, 9%;  --primary-light: 211, 34%, 43%;  --secondary: 216, 49%, 86%;  --secondary-rgb: 216, 49%, 86%;  --secondary-bg-hover-focus: 216, 49%, 81%;  --secondary-bg-active: 216, 49%, 76%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 216, 49%, 66%;  --secondary-light: 216, 49%, 106%;  --accent: 209, 98%, 23%;  --accent-rgb: 209, 98%, 23%;  --accent-bg-hover-focus: 209, 98%, 18%;  --accent-bg-text: 0, 0%, 100%;  --accent-bg-title: 0, 0%, 100%;  --shade: 216, 45%, 98%;  --shade-rgb: 216, 45%, 98%;  --shade-bg-hover-focus: 216, 45%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 210, 33%, 6%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 210, 33%, 1%;  --accentbar-height:5px;  --accentbar-color:hsl(var(--primary));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .team-index .card__image, .row-team .card__image { object-position: top !important; }  