/* Font Awesome Icons - Only Required Icons */
/* Base icon styling */
.fas, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fab {
    font-weight: 400;
}

/* Individual icon definitions using Unicode */
.fa-whatsapp:before { content: "\f232"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-award:before { content: "\f559"; }
.fa-certificate:before { content: "\F5A2"; }
.fa-graduation-cap:before { content: "\F5A2"; }
.fa-info-circle:before { content: "\F27A"; }

/* Font face definitions for Font Awesome fonts */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("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("fa-brands-400.woff2") format("woff2");
}
