@charset "UTF-8";
/**
 * MAN Framework Styles - Webfonts
 *
 * @project				MAN Web 2012/2013
 * @package				html-css-js
 * @author				Timo Mayer, VI
 *
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */
 



 
 
@font-face {
	font-family: 'maneurope-light';
	src: 
		url('../fonts/maneurope-light.woff2') format('woff2');

}

@font-face {
	font-family: 'maneuropecondensed-bold';
	src: url('../fonts/maneuropecondensed-bold.woff2') format('woff2');
	
}  

@font-face {
	font-family: 'MAN_EU-Medium';
	src: url('../fonts/MAN_EU-Medium.woff2') format('woff2');
	
} 
 
 
 
 /*
@font-face {
	font-family: 'MAN_EU';
	src: 
		url('../fonts/MAN_EU-Thin.woff') format('woff'),
		url('../fonts/MAN_EU-Thin.ttf') format('truetype');
	
	font-weight: 100;
	font-style: normal;
	
}


@font-face {
	font-family: 'MAN_EU';
	src: 
		url('../fonts/MAN_EU-Regular.woff') format('woff'),
		url('../fonts/MAN_EU-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'MAN_EU';
	src: 
		url('../fonts/MAN_EU-Medium.woff') format('woff'),
		url('../fonts/MAN_EU-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'MAN_EU';
	src: 
		url('../fonts/MAN_EU-Bold.woff') format('woff'),
		url('../fonts/MAN_EU-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'MAN_EU';
	src: 
		url('../fonts/MAN_EU-LightItalic.woff') format('woff'),
		url('../fonts/MAN_EU-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}




@font-face {
	font-family: 'MAN_EU_Condensed';
	src: 
		url('../fonts/MAN_EU-Condensed-Light.woff') format('woff'),
		url('../fonts/MAN_EU-Condensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'MAN_EU_Condensed';
	src: 
		url('../fonts/MAN_EU-Condensed-Regular.woff') format('woff'),
		url('../fonts/MAN_EU-Condensed-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'MAN_EU_Condensed';
	src: 
		url('../fonts/MAN_EU-Condensed-Bold.woff') format('woff'),
		url('../fonts/MAN_EU-Condensed-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
*/