/* =========================
   GOOGLE FONT (Add in HTML)
   ========================= */
/* 
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
*/


/* =========================
   BASE STYLES
   ========================= */
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif !important;
}

.team-section h1,
.team-section h2,
.team-section h3,
.team-section h4,
.team-section p,
.team-section span {
  color: #ffffff;
}

/* =========================
   DESKTOP TYPOGRAPHY
   ========================= */
h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #555;
}


/* =========================
   MOBILE RESPONSIVE
   ========================= */
@media (max-width: 768px) {

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

}


/* =========================
   OPTIONAL IMPROVEMENTS
   ========================= */
h1, h2, h3, h4 {
  letter-spacing: -0.5px;
}

p {
  max-width: 700px;
}

.pastors p {
  color: #ffffff !important;
}

.pastors span {
  color: #facc15 !important; /* yellow-400 */
}


