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

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

.feather-clock::before {
  content: "\e909";
}
.feather-eye::before {
  content: "\e90a";
}
.feather-grid::before {
  content: "\e90b";
}
.feather-heart::before {
  content: "\e90c";
}
.feather-home::before {
  content: "\e90d";
}
.feather-mail::before {
  content: "\e90e";
}
.feather-map-pin::before {
  content: "\e90f";
}
.feather-paperclip::before {
  content: "\e910";
}
.feather-phone::before {
  content: "\e911";
}
.feather-settings::before {
  content: "\e913";
}
.feather-shopping-bag::before {
  content: "\e914";
}
.feather-smartphone::before {
  content: "\e915";
}
.feather-user::before {
  content: "\e916";
}
