@font-face {
  font-family: poppins;
  src: url(Poppins-Medium.ttf);
}
.headings{
 font-family: poppins !important;
 color: orange;
}
.paragraph{
	font-family: poppins !important;
}
p{
	font-family: poppins!important;
}
.orange-text{
	color: orange !important;
}
.blue{
	color: darkblue !important;
}
.orange-back{
	background-color: orange !important;
}
.text-white{
	color: white !important;
}
.icons{
	font-size: 1.7em !important;
	color: darkblue;
}
.my-rows{
	margin-bottom: 2em !important;
}
.disclaimer-text{
	font-family: poppins !important;
	padding-top: 1em;
}