@font-face {
	font-family: 'greenarch';
	src:url('fonts/greenarch.eot');
	src:url('fonts/greenarch.eot?#iefix') format('embedded-opentype'),
		url('fonts/greenarch.woff') format('woff'),
		url('fonts/greenarch.ttf') format('truetype'),
		url('fonts/greenarch.svg#greenarch') 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: 'greenarch';
	content: attr(data-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*="icon-"] {
*/
.icon-hammer, .icon-user, .icon-user-2, .icon-leaf, .icon-happy, .icon-reorder, .icon-chevron-left, .icon-chevron-right, .icon-chevron-sign-up, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-down, .icon-chevron-up, .icon-file, .icon-file-pdf, .icon-file-word, .icon-file-excel, .icon-envelope, .icon-wrench, .icon-cog {
	font-family: 'greenarch';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-hammer:before {
	content: "\30b1";
}
.icon-user:before {
	content: "\30bb";
}
.icon-user-2:before {
	content: "\30b5";
}
.icon-leaf:before {
	content: "\30ad";
}
.icon-happy:before {
	content: "\30e9";
}
.icon-reorder:before {
	content: "\30e1";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-chevron-sign-up:before {
	content: "\f139";
}
.icon-chevron-sign-left:before {
	content: "\f137";
}
.icon-chevron-sign-right:before {
	content: "\f138";
}
.icon-chevron-sign-down:before {
	content: "\f13a";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-file:before {
	content: "\e000";
}
.icon-file-pdf:before {
	content: "\e001";
}
.icon-file-word:before {
	content: "\e002";
}
.icon-file-excel:before {
	content: "\e003";
}
.icon-envelope:before {
	content: "\e004";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-cog:before {
	content: "\e005";
}
