/* =Typography
-----------------------------------------------------------------------------*/
body {
	font-family: fira-sans-2, GillSans, Calibri, Trebuchet, sans-serif;
	font-weight: 600;
	font-size: 0.95em;
	line-height: 1.6em;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5 {
	font-family: fira-sans, GillSans, Calibri, Trebuchet, sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #09c;
}
h2, h3, h4, h5 {
	font-style: italic;
}
h2, h3 {
	text-transform: none;
	font-family: fira-sans, GillSans, Calibri, Trebuchet, sans-serif;
	font-style: normal;
}
li {
	text-transform: none;
	font-family: fira-sans-2, GillSans, Calibri, Trebuchet, sans-serif;
	font-style: normal;
}
a {
	text-transform: none;
	font-family: fira-sans-2, GillSans, Calibri, Trebuchet, sans-serif;
	font-style: normal;
}