@charset "UTF-8";

@font-face {
  font-family: "community";
  src:url("fonts/community.eot");
  src:url("fonts/community.eot?#iefix") format("embedded-opentype"),
    url("fonts/community.woff") format("woff"),
    url("fonts/community.ttf") format("truetype"),
    url("fonts/community.svg#community") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "community" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="community-icon-"]:before,
[class*=" community-icon-"]:before {
  font-family: "community" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.community-icon-gl:before {
  content: "\66";
}
.community-icon-kf:before {
  content: "\67";
}
.community-icon-ks:before {
  content: "\68";
}
.community-icon-va:before {
  content: "\69";
}
.community-icon-wc:before {
  content: "\6a";
}
