
@font-face {
    font-family: 'icomoon';
    src:  url('/wp-content/themes/supremefencing/fonts/icomoon/fonts/icomoon.eot');
    src:  url('/wp-content/themes/supremefencing/fonts/icomoon/fonts/icomoon.eot#iefix') format('embedded-opentype'),
      url('/wp-content/themes/supremefencing/fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
      url('/wp-content/themes/supremefencing/fonts/icomoon/fonts/icomoon.woff') format('woff'),
      url('/wp-content/themes/CUSTOM_THEME_NAME/fonts/icomoon/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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;
  }
  
  .icon-map-marker:before {
    content: "\f041";
  }
  .icon-phone:before {
    content: "\f095";
  }
  .icon-twitter:before {
    content: "\f099";
  }
  .icon-facebook:before {
    content: "\f09a";
  }
  .icon-facebook-f:before {
    content: "\f09a";
  }
  .icon-google-plus:before {
    content: "\f0d5";
  }
  .icon-linkedin:before {
    content: "\f0e1";
  }
  .icon-instagram:before {
    content: "\f16d";
  }
  .icon-calendar-o:before {
    content: "\f133";
  }
  .icon-envelope-o:before {
    content: "\f003";
  }
  .icon-download:before {
    content: "\f019";
  }
  .icon-youtube:before {
    content: "\f167";
  }
  