/* TYPOGRAPHY */
@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) format('svg');
}

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

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

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