@font-face {
  font-family: 'ff-custom-icons';
  src:  url('fonts/ff-custom-icons.eot?j6243p');
  src:  url('fonts/ff-custom-icons.eot?j6243p#iefix') format('embedded-opentype'),
    url('fonts/ff-custom-icons.ttf?j6243p') format('truetype'),
    url('fonts/ff-custom-icons.woff?j6243p') format('woff'),
    url('fonts/ff-custom-icons.svg?j6243p#ff-custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.ff-custom-icon-x:before {
  content: "\e900";
}
