@font-face { font-family: 'OpenSans'; src: url('fonts/OpenSans-Light.ttf') format('truetype'); font-weight: normal; font-style: normal; } 
@font-face { font-family: 'OpenSans'; src: url('fonts/OpenSans-LightItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } 
@font-face { font-family: 'OpenSans'; src: url('fonts/OpenSans-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } 
@font-face { font-family: 'OpenSans'; src: url('fonts/OpenSans-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; } 

@font-face { font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
}
[data-icon]:before { font-family: 'icomoon'; content: attr(data-icon); font-weight: normal; }

* { font-family: Helvetica, OpenSans, sans-serif; }