@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700,800);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:700,500,400|Oswald);


h1{
	font-family: 'Raleway';
	font-weight: 700;
}

h2{
	font-family: 'Raleway';
	font-weight: 700;
}

h3{
	font-family: 'Roboto';
	font-weight: 700;
}

h4{
	font-family: 'Raleway';
	font-weight: 700;
}

h5{
	font-family: 'Roboto';
	font-weight: 500;
}

h6{
	font-family: 'Raleway';
	font-weight: 700;
}

p{
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
}