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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'bareaweIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-heart, .icon-tumblr, .icon-linkedin, .icon-skype, .icon-spinner, .icon-quote-left, .icon-camera, .icon-align-left, .icon-film, .icon-link, .icon-angle-right, .icon-download-alt {
	font-family: 'bareaweIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-heart:before {
	content: "\68";
}
.icon-tumblr:before {
	content: "\74";
}
.icon-linkedin:before {
	content: "\6c";
}
.icon-skype:before {
	content: "\73";
}
.icon-spinner:before {
	content: "\72";
}
.icon-quote-left:before {
	content: "\31";
}
.icon-camera:before {
	content: "\32";
}
.icon-align-left:before {
	content: "\33";
}
.icon-film:before {
	content: "\34";
}
.icon-link:before {
	content: "\35";
}
.icon-angle-right:before {
	content: "\36";
}
.icon-download-alt:before {
	content: "\f019";
}
