@font-face {
    font-family:Poppins-Light;
    src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
    font-family:Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family:Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family:Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family:Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

p{
    font-size: 16px;
    color:#666666;
    transition: all 0.5s;
    font-family:Poppins-Regular;
    line-height: 26px;
}
a{
  font-family:Poppins-SemiBold;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  color:#101010;
  text-decoration: none;
}
span{
    font-family:Poppins-Regular;
   letter-spacing: 0.5px;
  transition: all 0.5s;
  color: #101010;
}
 label, ul, li{
  font-family:Poppins-Regular;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
h1, h2, h3, h4, h5, h6{
  font-family:Poppins-SemiBold;
  margin:0;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  font-size: 35px;
  color: #101010;
}

*{
  text-decoration: none;
}
a:hover, a:focus{
  text-decoration: none;
  outline: none;
  color: #000;

}
.flex-direction-column{
    flex-direction: column;
}
input, textarea, select{
  outline: none;
   font-family:Poppins-Regular;
  color: #666666;
}
input:focus, textarea:focus, select:focus, button:focus, .form-control:focus{
  outline: none;
  box-shadow: none;
}
ul{
    padding: 0px;
    list-style-type: none;
}
ul li{
    font-family:Poppins-Regular;
   font-size: 16px;
   color: #101010;
}


