@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
 font-family: 'Montserrat';
  
}

.Header__searchTitle{
font-family: 'Montserrat';
font-size: 70px;
font-weight: 500;  
}

.Signin__userLink {
  
  color: #87CEEB;
  
}



.Icon__icon {
  
  color: #87CEEB;
  
}

.Icon__white {
 
  fill: white;
  
}


.commonStyle__zt3BrandBg {
    background-color: #87CEEB;
}
.commonStyle__zt3Brand {
     color: #87CEEB;
}
.AvatarText__squareBg1 {
 border:1px solid #c0dbea;
}

.ProfileTabs__activeTab{
 color:  #87CEEB;
}

.Button__footerBtn:hover {
 background:  #87CEEB;
}


.NoContent__title {
 color:  #87CEEB;
}


