
@font-face {
	font-family: 'icomoon';
	src:	url('icomoon.eot?3');
	src:	url('icomoon.eot?3#iefix') format('embedded-opentype'),
		url('icomoon.ttf?3') format('truetype'),
		url('icomoon.woff?3') format('woff'),
		url('icomoon.svg?3#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	/* speak: none; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
    /*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    */
}

.icon-gnusocial:before {
  content: "\e900";
}
.icon-diaspora:before {
  content: "\e901";
}
.icon-mastodon:before {
  content: "\e902";
}
.icon-down:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
