@charset "UTF-8";


@font-face {
    font-family: feather;
    src: url(fonts/feather/feather-webfont.eot);
    src: url(fonts/feather/feather-webfont.eot) format("embedded-opentype"), url(fonts/feather/feather-webfont.woff) format("woff"), url(fonts/feather/feather-webfont.ttf) format("truetype"), url(fonts/feather/feather-webfont.svg) format("svg");
}

.fe {
    font-family: feather !important;
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fe-arrow-up:before {
    content: "\e913";
}

.fe-calendar:before {
    content: "\e926";
}

.fe-check:before {
    content: "\e92a";
}

.fe-dollar-sign:before {
    content: "\e953";
}

.fe-eye:before {
    content: "\e95b";
}

.fe-globe:before {
    content: "\e970";
}

.fe-percent:before {
    content: "\e9a4";
}

.fe-trending-up:before {
    content: "\e9e4";
}

.fe-user:before {
    content: "\e9ef";
}