html{ 
   font-size: 1px;/*for using REM units*/
}
body{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
   font-size: 14rem;
   font-weight: 400;
   line-height: 1.3;
   color: #222;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: 400;
	margin-bottom: 10px;
}
h1
{
	font-size: 22rem;
	letter-spacing: -.5px;
}
h2
{
	font-size: 18rem;
}
h3
{
	font-size: 16rem;
}
h4
{
	font-size: 14rem;
}
h5
{
	font-size: 12rem;
}
h6
{
	font-size: 10rem;
}
p
{
	margin-bottom: 10px;
}