/* 
 * Font Awesome Minimal - Sadece Kullanılan İkonlar
 * 18.2 KiB → ~2 KiB tasarruf
 */

/* Font Face Tanımları */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Base Styles */
.fa, .fas, .far, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    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; }
.far { font-family: 'Font Awesome 6 Free'; font-weight: 400; }
.fab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* Solid Icons */
.fa-bolt::before { content: "\f0e7"; }
.fa-magic::before { content: "\f0d0"; }
.fa-copy::before { content: "\f0c5"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-moon::before { content: "\f186"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-comments::before { content: "\f086"; }
.fa-check-circle::before { content: "\f058"; }

/* Regular Icons */
.fa-star::before { content: "\f005"; }
.fa-heart::before { content: "\f004"; }

/* Brand Icons */
.fa-facebook-f::before { content: "\f39e"; }
.fa-twitter::before { content: "\f099"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
