/*
 * Font Custom: bare CSS
 */

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


.icon-salesforce:before,
.icon-signals:before,
.icon-sprocket:before,
.icon-envelope-closed:before,
.icon-envelope-open:before,
.icon-people:before,
.icon-person:before,
.icon-zapier:before,
.icon-shop:before,
.icon-shop-alt:before {
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.icon-salesforce:before { content: "\f100"; }
.icon-signals:before { content: "\f101"; }
.icon-sprocket:before { content: "\f102"; }
.icon-envelope-closed:before { content: "\f103"; }
.icon-envelope-open:before { content: "\f104"; }
.icon-people:before { content: "\f105"; }
.icon-person:before { content: "\f106"; }
.icon-zapier:before { content: "\f107"; }
.icon-shop:before { content: "\f108"; }
.icon-shop-alt:before { content: "\f109"; }
