@import url('typeface.css');
body{
	font-family: 'Inter';
	color: #212529;
}
p{
	line-height:28px;
	font-size: 18px;
	font-style: normal;
	font-weight:normal;
	color: #18191F;
}
p.description,
.plan-features li{
	color: #212529;
	font-size: 16px;
}
.bit-bold{
	font-weight: 500;
}
.small.bit-bold{
	letter-spacing: 2px;
}
.btn{
	transition:all ease 0.4s;
  -webkit-transition:all ease 0.4s;
  -moz-transition:all ease 0.4s;
  -o-transition:all ease 0.4s;
  -ms-transition:all ease 0.4s;	
}

/* .et-masthead .caption h1,
.et-welcome.about h2,
.et-app-cta h2,
.callTo_one h1,
.section-heading h2{
	font-family: 'Kaushan Script', cursive;	
} */
h1,
h2,
h3,
h4,
h5,
h6{
	color:#212121;
	transition: all ease 0.3s;
	font-weight:700;
}
h1 {
	font-size: 2.827em;
}

h2 {
	font-size: 1.999em;
}

h3 {
	font-size: 1.414em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}