@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/fwt/assets/fonts/fontello.woff2') format('woff2'),
       url('/wp-content/themes/fwt/assets/fonts/fontello.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


.icon-mail,
.icon-search,
.icon-clock,
.icon-location,
.icon-twitter,
.icon-instagram,
.icon-facebook-official {
  font-family: 'fontello';
}

.icon-mail:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-clock:before { content: '\e802'; } /* '' */
.icon-location:before { content: '\e803'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */