@font-face {
  font-family: 'Unicons';
  src: url('../fonts/unicons/Unicons.woff2') format('woff2'),
       url('../fonts/unicons/Unicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="uil-"], [class*=" uil-"] {
  font-family: 'Unicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
