@font-face {
  font-family: 'user';
  src:
    url('user.ttf?z3x0dr') format('truetype'),
    url('user.woff?z3x0dr') format('woff'),
    url('user.svg?z3x0dr#user') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.iconuser-profile-male:before {
  content: "\e900";
}
.iconuser-persona:before {
  content: "\e900";
}
.iconuser-profile:before {
  content: "\e900";
}
.iconuser-male:before {
  content: "\e900";
}
.iconuser-user1:before {
  content: "\e900";
}
.iconuser-avatar:before {
  content: "\e900";
}
.iconuser-user:before {
  content: "\f007";
}
.iconuser-user-circle-o:before {
  content: "\f2be";
}
