@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon-webfont.eot');
    src: url('fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon-webfont.woff') format('woff'),
         url('fonts/socicon-webfont.ttf') format('truetype'),
         url('fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'TextaNarrow-Regular';
	src: url('fonts/TextaNarrow-Regular.eot');
	src: url('fonts/TextaNarrow-Regular.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/TextaNarrow-Regular.woff') format('woff'), 
		 url('fonts/TextaNarrow-Regular.ttf')  format('truetype'), 
		 url('fonts/TextaNarrow-Regular.svg#TextaNarrow-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  	font-family: 'TextaNarrow-Bold';
  	src: url('fonts/TextaNarrow-Bold.eot');
  	src: url('fonts/TextaNarrow-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/TextaNarrow-Bold.woff') format('woff'), 
	     url('fonts/TextaNarrow-Bold.ttf')  format('truetype'), 
	     url('fonts/TextaNarrow-Bold.svg#TextaNarrow-Bold') format('svg');
  	font-weight: normal;
  	font-style: normal;
}