@font-face {
	font-family: 'pw-icons';
	src:url('fonts/pw-icons.eot');
	src:url('fonts/pw-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/pw-icons.woff') format('woff'),
		url('fonts/pw-icons.ttf') format('truetype'),
		url('fonts/pw-icons.svg#pw-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: 'pw-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*="your-class-prefix"] {
*/
.twitter, .instagram, .pinterest, .comment, .search, .rss, .mail, .facebook {
	font-family: 'pw-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.twitter:before {
	content: "\e002";
}
.instagram:before {
	content: "\e004";
}
.pinterest:before {
	content: "\e003";
}
.comment:before {
	content: "\e005";
}
.search:before {
	content: "\e006";
}
.rss:before {
	content: "\e008";
}
.mail:before {
	content: "\e007";
}
.facebook:before {
	content: "\e000";
}
