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

ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'LRM' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
  content: "\e90d";
}
.icon-paper-plane:before {
  content: "\e900";
}
.icon-book:before {
  content: "\e905";
}
.icon-comment:before {
  content: "\e909";
}
.icon-question:before {
  content: "\e919";
}
.icon-info:before {
  content: "\e914";
}
.icon-envelope:before {
  content: "\e90a";
}
.icon-ban:before {
  content: "\e902";
}
.icon-pound-sign:before {
  content: "\e913";
}
.icon-circle-right:before {
  content: "\e915";
}
.icon-circle-up:before {
  content: "\e918";
}
.icon-comment1:before {
  content: "\e908";
}
.icon-home-solid:before {
  content: "\e901";
}
.icon-smiley:before {
  content: "\e904";
}
.icon-globe:before {
  content: "\e903";
}
.icon-circle-left:before {
  content: "\e916";
}
.icon-circle-down:before {
  content: "\e917";
}
