/*=========================
	Typography.
=========================*/

h1,h2,h3,h4,p,li,ul

body{
	font-family: 'Raleway', sans-serif;
	color: #333;
}

h1{
	font-size: 64pt;
	font-weight: 200;
}

.bold-h1{
	font-size: 64pt;
	font-weight: 400;
}

h2{
	font-size: 48pt;
	font-weight: 200;
}

.bold-h2{
	font-size: 48pt;
	font-weight: 400;
}

h3{
	font-size: 36pt;
	font-weight: 200;
}

.bold-h3{
	font-size: 36pt;
	font-weight: 400;
}

p{
	font-size: 16pt;
}