/*
 * Brownie Template — Icons
 * 2026 refresh
 *
 * Compatible with the existing Font Awesome 4.2 font files.
 * Only icons actually used by the template are included.
 */

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;

    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;

    text-rendering: auto;

    speak: never;
}

/* Icon sizes */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}


/* Template icons */

.fa-home::before {
    content: "\f015";
}

.fa-briefcase::before {
    content: "\f0b1";
}

.fa-cogs::before {
    content: "\f085";
}

.fa-list::before {
    content: "\f03a";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-bars::before {
    content: "\f0c9";
}

.fa-search::before {
    content: "\f002";
}

.fa-facebook::before {
    content: "\f09a";

}
.fa-instagram::before {
    content: "\f16d";
}

.fa-phone::before {
    content: "\f095";
}