@font-face {
    font-family: 'KingthingsExeterRegular';
    src: url('../webfonts/Kingthings_Exeter-webfont.eot');
    src: url('../webfonts/Kingthings_Exeter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Kingthings_Exeter-webfont.woff') format('woff'),
         url('../webfonts/Kingthings_Exeter-webfont.ttf') format('truetype'),
         url('../webfonts/Kingthings_Exeter-webfont.svg#KingthingsExeterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.typography {
	font-size:14px;
	font-family: sans-serif;
	color:#090A26;
}

.typography p {
	margin-bottom:12px;
	line-height:140%;
}

.typography h1, .typography h2 {
	font-family:'KingthingsExeterRegular', 'sans-serif';
}

.typography h1 {
	font-size:32px;
	margin-bottom:12px;
}

.typography h2 {
	font-size:26px;
	margin-bottom:8px;
}

.typography h3 {
	font-size:14px;
	font-weight:bold;
}

.typography ul, .typography ul li {
	list-style-type: disc;
}

.typography ul, .typography ol {
	padding-left:25px;
	margin-bottom: 12px;
}

.typography a {
	color:#3A4F6F;
}

.typography a:hover {
	color:#6892B5;
}