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

:root {
  --color-woot-600: #C1FF72;
  --color-woot-500: #C1FF72;
  --color-woot-400: rgba(193,255,114,0.8);
  --color-woot-200: rgba(193,255,114,0.2);
  --color-woot-75: rgba(193,255,114,0.08);
}

body, * {
  font-family: 'Geist', -apple-system, sans-serif !important;
}

.woot-button, .button {
  background: #C1FF72 !important;
  color: #000 !important;
  border-color: #65AD07 !important;
}
.woot-button:hover, .button:hover {
  background: #65AD07 !important;
  color: #fff !important;
}

.sidebar {
  background: #ffffff !important;
  border-right: 1px solid #E4E4E4 !important;
}

.active-link, .active {
  background: rgba(193,255,114,0.15) !important;
  border-left: 2px solid #C1FF72 !important;
}
