﻿@font-face {
	font-family: MavenPRO; /*any name for your font*/
	src: url('../fonts/maven_pro_regular-webfont.eot'); /* IE9 Compatibility Modes */
	src: url('../fonts/maven_pro_regular-webfont.eot?') format('eot'),  /* IE6-IE8 */
	url('../fonts/maven_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/maven_pro_regular-webfont.woff') format('woff'), /* Modern Browsers */
	url('../fonts/maven_pro_regular-webfont.TTF')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/maven_pro_regular-webfont.svg#MavenPRO') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: MavenPRO; /*any name for your font*/
	src: url('../fonts/maven_pro_bold-webfont.eot'); /* IE9 Compatibility Modes */
	src: url('../fonts/maven_pro_bold-webfont.eot?') format('eot'),  /* IE6-IE8 */
	url('../fonts/maven_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/maven_pro_bold-webfont.woff') format('woff'), /* Modern Browsers */
	url('../fonts/maven_pro_bold-webfont.TTF')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/maven_pro_bold-webfont.svg#MavenPRO') format('svg'); /* Legacy iOS */
	font-weight: bold;
}

.maven { 
	font-family: MavenPRO;
}
