/* === Font Awesome Mini (Solid + Brands) === */

/* 1) Fonts */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/wp-content/themes/verify-gcc-theme/assets/fontAwesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/wp-content/themes/verify-gcc-theme/assets/fontAwesome/webfonts/fa-brands-400.woff2") format("woff2");
}

/* 2) Base */
.fa,
.fas,
.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* optional (kommt in FA oft vor, schadet nicht) */
.fa-fw {
    text-align: center;
    width: 1.25em;
}

/* 3) Nur die Icons, die du nutzt */
.fa-file-alt:before {
    content: "\f15c";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-pin:before {
    content: "\f276";
}

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

.fa-envelope:before {
    content: "\f0e0";
}

.fa-home:before {
    content: "\f015";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-times:before {
    content: "\f00d";
}