*{
  font-family: 'Poppins', serif !important;
}

.custom-heading {  
  font-weight: 600;
  line-height: 1.45;
}

.ff_home_hder_appbar{
  box-shadow : 0 0 10px rgba(0, 0, 0, 0.2);
}

.ff_home_hero{
  background-color: #D0EDED;
  text-align: center;
  padding: 3rem 0 7rem;
  margin-top:5rem;
}

.ff_home_hero_title{
  font-size: 3rem;
}

.ff_home_hdr_popular_chip{
  font-size: 0.9rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #16A6A7 !important;
    color: #2E2E54 !important;
    background-color: transparent !important;
}

@media screen and (max-width: 768px){
  .ff_home_hdr_popular_chips{
    display: none !important;
  }

  .ff_home_hero_title{
    font-size: 1.6rem !important;
    line-height: 2rem !important;
  }
}