@font-face {
	font-family: 'franklin-gothic';
	src: url('/styles/fonts/franklingothic-medium.eot');
	src: url('/styles/fonts/franklingothic-medium.eot?#iefix')
		format('embedded-opentype'),
		url('/styles/fonts/franklingothic-medium.woff2') format('woff2'),
		url('/styles/fonts/franklingothic-medium.woff') format('woff'),
		url('/styles/fonts/franklingothic-medium.ttf') format('truetype'),
		url('/styles/fonts/franklingothic-medium.svg#FranklinGothic-Medium')
		format('svg');
	font-weight: 500;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, .navbar {
	font-family: franklin-gothic !important;
}