@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "grassy" !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: "grassy" !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-001-arrow-1:before {
  content: "\65";
}
.icon-003-money-1:before {
  content: "\68";
}
.icon-002-business:before {
  content: "\61";
}
.icon-004-interface:before {
  content: "\62";
}
