@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

*,
html,
body,
.btn {
  font-family: 'Poppins','Tahoma', sans-serif;
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-weight: 700;
}