@font-face {
  font-family: 'fch-icon-font';
  src:  url('fonts/fch-icon-font.eot?cffnxm');
  src:  url('fonts/fch-icon-font.eot?cffnxm#iefix') format('embedded-opentype'),
    url('fonts/fch-icon-font.woff2?cffnxm') format('woff2'),
    url('fonts/fch-icon-font.ttf?cffnxm') format('truetype'),
    url('fonts/fch-icon-font.woff?cffnxm') format('woff'),
    url('fonts/fch-icon-font.svg?cffnxm#fch-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fch-"], [class*=" fch-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fch-icon-font' !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;
}

.fch-logo:before {
  content: "\1f338";
}

