@font-face {
	font-family: 'envator-icons';
	src:url('../fonts/envator-icons.eot');
	src:url('../fonts/envator-icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/envator-icons.woff') format('woff'),
		url('../fonts/envator-icons.ttf') format('truetype'),
		url('../fonts/envator-icons.svg#envator-icons') 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: 'envator-icons';
	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*="icons-"] {
*/
.icons-dollar, .icons-cloud-download, .icons-star-half-full, .icons-calendar, .icons-user, .icons-tags {
	font-family: 'envator-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icons-dollar:before {
	content: "\f155";
}
.icons-cloud-download:before {
	content: "\f0ed";
}
.icons-star-half-full:before {
	content: "\f123";
}
.icons-calendar:before {
	content: "\f073";
}
.icons-user:before {
	content: "\f007";
}
.icons-tags:before {
	content: "\f02c";
}
