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

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

.flaticon-refresh-intelligence:before {
  content: "\f000";
}
.flaticon-check-circle-full:before {
  content: "\f001";
}
.flaticon-magic-wand:before {
  content: "\f002";
}
.flaticon-database-plus:before {
  content: "\f003";
}
