/* ============================================================
   TYPOGRAPHY (typography.css)
   ============================================================ */
.home-welcome-title {
  font-family: 'Inter', 'Hind Siliguri', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0b2a3e;
  margin-bottom: 12px;
}

.home-welcome-title .home-highlight {
  background: linear-gradient(135deg, #00aba7, #2a7d52, #1b6e3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-lead-text {
  font-family: 'Inter', 'Hind Siliguri', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #4a5f73;
  line-height: 1.7;
  max-width: 88%;
  border-left: 3px solid #00aba7;
  padding-left: 20px;
}

/* common gradient accent */
.home-accent {
  background: linear-gradient(135deg, #00aba7, #2a7d52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}