@font-face {
  font-family: 'iconfonts';
  src:
    url('./iconfonts.ttf?cpdxpg') format('truetype'),
    url('./iconfonts.woff?cpdxpg') format('woff'),
    url('./iconfonts.svg?cpdxpg#iconfonts') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfonts' !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-line:before {
  content: "\e902";
  color: #00c300;
}
.fa-twitter:before {
  content: "\e903";
  color: #1da1f2;
}
.fa-location:before {
  content: "\e900";
}
.fa-spinner11:before {
  content: "\e984";
}
.fa-facebook:before {
  content: "\ea91";
}
.fa-instagram:before {
  content: "\ea92";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-phone:before {
  content: "\f095";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-diamond:before {
  content: "\f219";
}
