@font-face {
    font-family: "icomoon";
    src: url("./icomoon.ttf") format("truetype");
}

.icomoon {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-community:before {
  content: '\e901';
}
.icon-logout:before {
  content: '\e902';
}
.icon-settings:before {
  content: '\e907';
}
.icon-team:before {
  content: '\e908';
}
.icon-team-settings:before {
  content: '\e907';
}
.icon-channels:before {
  content: '\e900';
}
.icon-chat-review:before {
  content: '\e901';
}
.icon-contacts:before {
  content: '\e905';
}
.icon-prayer:before {
  content: '\e906';
}
.icon-chat:before {
  content: '\e903';
} 