@font-face {
  font-family: 'hammock';
  src:
    url('../icon/hammock.ttf?umt67e') format('truetype'),
    url('../icon/hammock.woff?umt67e') format('woff'),
    url('../icon/hammock.svg?umt67e#hammock') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.wf {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hammock' !important;
  speak: never;
  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;
}

.wf_search:before {
  content: "\e900";
}
.wf_window:before {
  content: "\e901";
}
.wf_pin:before {
  content: "\e902";
}
.wf_circle:before {
  content: "\e903";
}
.wf_twitter:before {
  content: "\e904";
}
.wf_facebook:before {
  content: "\e905";
}
.wf_document:before {
  content: "\e906";
}
.wf_mail:before {
  content: "\e907";
}
.wf_hand:before {
  content: "\e908";
}
.wf_megaphone:before {
  content: "\e909";
}
.wf_leaf:before {
  content: "\e90a";
}
.wf_shield:before {
  content: "\e90b";
}
.wf_talk:before {
  content: "\e90c";
}
.wf_freedial:before {
  content: "\e90d";
}