/* @override 
	http://norse.local/wp-content/themes/norse/css/norse-typography.css */

/*

Typography stylesheet

This file includes all the basic typography overrides and should
be added to the editor and enqued directly before the main layout css.

*/

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:48px;
	font-weight:100;
	color:#282c36;
	line-height:1em;
	padding-bottom:5px;
}
h1.underline {
  border-bottom:1px solid #ccc;
}

h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top:25px;
	font-weight:300;
	font-size:36px;
	line-height:1em;
}
h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top:25px;
	font-weight:300;
	font-size:28px;
	line-height:1em;
}
h4, h5 {
	font-family: 'Open Sans', sans-serif;
	margin-top:55px;
	font-weight:700;
	font-size:18px;
	line-height:24px;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-top:55px;
	font-size:18px;
	line-height:24px;
	font-weight: 300;
}

ul {
	list-style-image: url(/wp-content/themes/norse/img/bullet.png);
}
li {
	margin-bottom:14px;
	margin-top:14px;
}

blockquote {
	border:none;
	padding:0;
	font-size:30px;
	color:#282c36;
	font-weight:100;
	line-height: 36px;
	margin:0 0 20px 0;
}