/* Google Font */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);
/******************** TYPOGRAPHY ********************/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
/**
 * ===============================
 *   Defult Button Style
 * ===============================
 */
.btn {
  font-size: 16px;
  font-weight: 700;
}
