@font-face {
    font-family: 'INGMeRegular';
    src: url('../fonts/Regular/INGMeWeb-Regular.eot')  format('embedded-opentype'), 
		 url('../fonts/Regular/INGMeWeb-Regular.svg')  format('svg'), 
		 url('../fonts/Regular/INGMeWeb-Regular.ttf')  format('truetype'), 
		 url('../fonts/Regular/INGMeWeb-Regular.woff') format('woff')
	;
}

@font-face {
    font-family: 'INGMeNarrowRegular';
    src: url('../fonts/Narrow/INGMeNarrowWeb-Regular.eot')  format('embedded-opentype'), 
		 url('../fonts/Narrow/INGMeNarrowWeb-Regular.svg')  format('svg'), 
		 url('../fonts/Narrow/INGMeNarrowWeb-Regular.ttf')  format('truetype'), 
		 url('../fonts/Narrow/INGMeNarrowWeb-Regular.woff') format('woff')
	;
}

@font-face {
	font-family: 'INGMeBold';
	src: url('../fonts/Bold/INGMeWeb-Bold.eot')  format('embedded-opentype'), 
		 url('../fonts/Bold/INGMeWeb-Bold.svg')  format('svg'), 
		 url('../fonts/Bold/INGMeWeb-Bold.ttf')  format('truetype'), 
		 url('../fonts/Bold/INGMeWeb-Bold.woff') format('woff')
	;
}

@font-face {
    font-family: 'Icons';
    src: url('semantic/assets/fonts/icons.eot')  format('embedded-opentype'), 
		 url('semantic/assets/fonts/icons.svg')  format('svg'), 
		 url('semantic/assets/fonts/icons.ttf')  format('truetype'), 
		 url('semantic/assets/fonts/icons.woff') format('woff')
	;
}