@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');
@import url('https://fonts.googleapis.com/css?family=Kalam');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
body, p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: 16px;
}
blockquote p {
	font-family: 'Kalam', cursive;
	font-size: 30px;
}