html,
body {
	font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  color: #1c1c1c;
}
.logo-image {
  max-width: 100%;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
