
/* REGULAR FONT */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	
	src: 	url(/fonts/OPEN-SANS-300.woff2) format('woff2'), 
			url(/fonts/OPEN-SANS-LIGHT-300.woff) format('woff');							/* Pretty Modern Browsers */
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	
	src: 	url(/fonts/OPEN-SANS-400.woff2) format('woff2'), 
			url(/fonts/OPEN-SANS-400.woff) format('woff');								/* Pretty Modern Browsers */
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	
	src: 	url(/fonts/OPEN-SANS-SEMIBOLD-600.woff2) format('woff2'),
			url(/fonts/OPEN-SANS-SEMIBOLD-600.woff) format('woff');						/* Pretty Modern Browsers */
}

/* TITLE FONT */
/* Gotham A, Gotham B, Whitney SSm A, Whitney SSm B - 400, 500, 600, 700 */

@font-face {  
    font-family: "Gotham";
	font-style:normal;	  
	font-weight:400;
	
	src: 	url('/fonts/GOTHAM-MEDIUM.eot'); 											/* IE9 Compat Modes */
	src:	url('/fonts/GOTHAM-MEDIUM.eot?#iefix') format('embedded-opentype'), 			/* IE6-IE8 */
			url('/fonts/GOTHAM-MEDIUM.woff') format('woff'), 							/* Pretty Modern Browsers */
			url('/fonts/GOTHAM-MEDIUM.ttf')  format('truetype'), 						/* Safari, Android, iOS */
			url('/fonts/GOTHAM-MEDIUM.svg') format('svg'); 								/* Legacy iOS */
}

@font-face {  
    font-family: "Gotham";
	font-style:normal;	  
	font-weight:500; 
	
	src: 	url('/fonts/GOTHAM-MEDIUM.eot'); 											/* IE9 Compat Modes */
	src:	url('/fonts/GOTHAM-MEDIUM.eot?#iefix') format('embedded-opentype'), 			/* IE6-IE8 */
			url('/fonts/GOTHAM-MEDIUM.woff') format('woff'), 							/* Pretty Modern Browsers */
			url('/fonts/GOTHAM-MEDIUM.ttf')  format('truetype'), 						/* Safari, Android, iOS */
			url('/fonts/GOTHAM-MEDIUM.svg') format('svg'); 								/* Legacy iOS */
}
