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

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

.lficon-download:before {
  content: "\e902";
}
.lficon-file-download:before {
  content: "\e903";
}
.lficon-mail:before {
  content: "\e901";
}
.lficon-tel:before {
  content: "\e900";
}