@font-face {
	font-family: 'entypo';
	src:url("fonts/entypo.0505d48893e7.eot");
	src:url("fonts/entypo.0505d48893e7.eot?#iefix") format('embedded-opentype'),
		url("fonts/entypo.50e30634fe87.woff") format('woff'),
		url("fonts/entypo.4da845a9270b.ttf") format('truetype'),
		url("fonts/entypo.8605109fc751.svg#entypo") 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-grad-icon]:before {
	font-family: 'entypo';
	content: attr(data-grad-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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*="grad-icon-"] {
*/
.grad-icon-arrow-right, .grad-icon-arrow-right-2, .grad-icon-plus, .grad-icon-minus {
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.grad-icon-arrow-right:before {
	content: "\e002";
}
.grad-icon-arrow-right-2:before {
	content: "\e000";
}
.grad-icon-plus:before {
	content: "\e001";
}
.grad-icon-minus:before {
	content: "\e003";
}
