/*!
 * Font Awesome Minimal - Only icons used on ibrahimsuta.com
 * Generated for optimal performance
 */

/* Font Awesome Core Styles */
.fa, .fas, .far, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

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

/* Font Face Declarations */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"),
         url(../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"),
         url(../fonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"),
         url(../fonts/fa-brands-400.ttf) format("truetype");
}

/* Only Icons Used on Site */
.fa-arrow-up:before { content: "\f062"; }
.fa-bars:before { content: "\f0c9"; }
.fa-blog:before { content: "\f781"; }
.fa-clock:before { content: "\f017"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-code:before { content: "\f121"; }
.fa-comments:before { content: "\f086"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-git-alt:before { content: "\f841"; }
.fa-github:before { content: "\f09b"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-minus:before { content: "\f068"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-plus:before { content: "\f067"; }
.fa-project-diagram:before { content: "\f542"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-skype:before { content: "\f17e"; }
.fa-terminal:before { content: "\f120"; }
.fa-times:before { content: "\f00d"; }
.fa-tools:before { content: "\f7d9"; }
.fa-twitter:before { content: "\f099"; }
.fa-user:before { content: "\f007"; }
.fa-user-tie:before { content: "\f508"; }
.fa-users:before { content: "\f0c0"; }