@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:500,400,300,200);
html
{
	font-size: 12px;
}
body, #pageContent
{
	font-family: 'Open Sans', sans-serif;
}
b,strong
{
	font-weight: 600;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	html
	{
		font-size: 24px;
	}
	h1
	{
		font-size: 50px;
	}
}
h1,h2,h3,h4 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}
h1
{
	font-weight: 400;
}
h2
{
	font-weight: 300;
}