@font-face {
  font-family: 'mv-icons';
  src:
    url('../fonts/mv-icons.woff2') format('woff2'),
    url('../fonts/mv-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.fa-home:before {
  content: "\e900";
}
.fa-user-tie:before {
  content: "\e901";
}
.fa-gift-alt:before {
  content: "\e902";
}
.fa-newspaper-alt:before {
  content: "\e903";
}
.fa-paper-plane-alt:before {
  content: "\e904";
}
.fa-tshirt:before {
  content: "\e905";
}
.fa-newspaper:before {
  content: "\e906";
}
.fa-shirt:before {
  content: "\e907";
}
.fa-gift:before {
  content: "\e908";
}
.fa-house:before {
  content: "\e909";
}
.fa-paper-plane:before {
  content: "\e90a";
}
.fa-map:before {
  content: "\e90b";
}
.fa-map-pin:before {
  content: "\e90c";
}
.fa-hammer-alt:before {
  content: "\e90d";
}
.fa-hammer:before {
  content: "\e90e";
}
.fa-users:before {
  content: "\e90f";
}
.fa-calendar-days:before {
  content: "\e910";
}
.fa-stopwatch:before {
  content: "\e911";
}
.fa-clock:before {
  content: "\e912";
}
.fa-person-walking-luggage-alt:before {
  content: "\e913";
}
.fa-person-walking-luggage:before {
  content: "\e914";
}
.fa-bolt:before {
  content: "\e915";
}
.fa-bolt-smaller:before {
  content: "\e916";
}
.fa-envelope:before {
  content: "\e917";
}
.fa-calendar-days-alt:before {
  content: "\e918";
}
.fa-dollar-sign:before {
  content: "\e919";
}
.fa-screwdriver-wrench:before {
  content: "\e91a";
}
.fa-piggy-bank:before {
  content: "\e91b";
}
.fa-suitcase:before {
  content: "\e91c";
}

