/* CSS Document */

/* Headlines */

H1, H2, H3, H4, H5 {
	font-family: 'Oswald', sans-serif;
	line-height: normal;
}

h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}