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

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

.fa-check-double:before {
  content: "\e905";
}
.fa-shoe-prints-solid:before {
  content: "\e904";
}
.fa-soccer-field:before {
  content: "\e903";
}
.fa-play-circle-regular:before {
  content: "\e902";
}
.fa-longomatch:before {
  content: "\e900";
}
.fa-sportscode:before {
  content: "\e901";
}
