/*!
 * Font Awesome 4.7.0 subset for Dotty feature labels
 * Font licensed under SIL OFL 1.1; CSS licensed under MIT.
 * https://fontawesome.com/v4/license/
 */
@font-face {
    font-family: "FontAwesomeV4";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
}

.fa-v4 {
    display: inline-block;
    font-family: "FontAwesomeV4" !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-v4-camera::before {
    content: "\f030";
}

.fa-v4-comments-o::before {
    content: "\f0e6";
}

.fa-v4-camera-retro::before {
    content: "\f083";
}

.fa-v4-phone::before {
    content: "\f095";
}

.fa-v4-heart::before {
    content: "\f004";
}

.fa-v4-calendar-check-o::before {
    content: "\f274";
}

.fa-v4-video-camera::before {
    content: "\f03d";
}

.fa-v4-user-plus::before {
    content: "\f234";
}

.fa-v4-clock-o::before {
    content: "\f017";
}

.fa-v4-link::before {
    content: "\f0c1";
}

.fa-v4-microphone::before {
    content: "\f130";
}

.fa-v4-fire::before {
    content: "\f06d";
}
