/* docs/public/css/custom.css */

:root {
  /* Font */
  --vp-font-family-base: 'Poppins', sans-serif;
  
  /* Forced Dark Theme Colors */
  --vp-c-bg: #161618;
  --vp-c-bg-soft: #111111;
  --vp-c-bg-mute: #1a1a1a;
  --vp-c-text-1: #ffffff;
  --vp-c-text-2: rgba(235, 235, 245, 0.8);
  --vp-c-divider: rgba(82, 82, 89, 0.4);
}

/* Custom styles for the Team page */
.team-page-container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 48px 24px;
}
.team-page-container h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.team-page-container p {
  font-size: 16px;
  line-height: 1.7;
}
.team-page-container .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--vp-c-divider);
  padding-bottom: 12px;
}

.VPNavBarMenuButton { display: none !important; }