/* Minimal Feather icon subset for the landing/auth pages (avoids loading main.css). */
@font-face {
    font-family: "feather";
    src: url("../../fonts/feather.woff") format("woff"),
         url("../../fonts/feather.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.feather {
    font-family: "feather" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bar-chart-2:before { content: "\e831"; }
.icon-check-circle:before { content: "\e83e"; }
.icon-eye:before { content: "\e86a"; }
.icon-file-text:before { content: "\e870"; }
.icon-globe:before { content: "\e877"; }
.icon-layers:before { content: "\e87e"; }
.icon-mail:before { content: "\e88a"; }
.icon-menu:before { content: "\e88f"; }
.icon-monitor:before { content: "\e899"; }
.icon-phone:before { content: "\e8aa"; }
.icon-shield:before { content: "\e8c2"; }
.icon-users:before { content: "\e8ea"; }
.icon-zap:before { content: "\e8f8"; }
