@font-face {
  font-family: "Happy Icons";
  src: url("./happy-icons.woff2") format("woff2"),
       url("./happy-icons.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.hm,
.fashm {
  font-family: "Happy Icons" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hm-3d-rotate::before {
  content: "\e900";
}

.hm-chat-bubble::before {
  content: "\e948";
}

.hm-lock::before {
  content: "\e9ce";
}

.hm-recycle::before {
  content: "\ea18";
}

.hm-support-call::before {
  content: "\ea52";
}

.hm-team-member::before {
  content: "\ea5b";
}

.hm-user-check::before {
  content: "\eb1a";
}
