@font-face {
  font-family: 'unicons';
  src: url('/fonts/unicons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.uil {
  font-family: 'unicons';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Specific icons */
.uil-bell-school::before {
  content: "\eb3e";
}

.uil-users-alt::before {
  content: "\e9f3";
}

.uil-book-open::before {
  content: "\e93b";
}

.uil-angle-up::before {
  content: "\e843";
}
