@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "sfv" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sfv" !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;
}

.icon-about:before {
  content: "\61";
}
.icon-events:before {
  content: "\65";
}
.icon-join:before {
  content: "\6a";
}
.icon-news:before {
  content: "\6e";
}
.icon-resources:before {
  content: "\72";
}
.icon-search:before {
  content: "\73";
}
.icon-pdf:before {
  content: "\70";
}
.icon-donate:before {
  content: "\64";
}
.icon-volunteer:before {
  content: "\76";
}
