@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;700&display=swap');

:root {
  --main-color: #1ACCB3;
  --main-text-color: #FFFFFF;
  --main-font: 'Exo';
  --team-header-background: #1ACCB3;
  --team-header-background-img: url("/media/site_settings/2024-11-06-a55ef8ae81e141b792a1458e546a533e.png");
}


.MuiCard-root.gong {
  background: #1ACCB329;
  border: 2px #1ACCB3 solid;
}