@font-face {
	font-family: socials;
	src: url("socials.woff") format("woff"), url("socials.ttf") format("truetype");
}
.socials-instagram:before {
	content: '\0041';
	font-family: socials;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socials-facebook:before {
	content: '\0042';
	font-family: socials;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}