/**
 * Font Awesome 6 - Sadece Kullanılan İkonlar
 * Optimized subset - ~3KB vs full library ~150KB
 */

/* Font Face Definitions - Self Hosted */
@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 Icon Styles */
.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far, .fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* Solid Icons (fas) */
.fa-leaf::before { content: "\f06c"; }
.fa-phone::before { content: "\f095"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-clock::before { content: "\f017"; }
.fa-shield-virus::before { content: "\e06c"; }
.fa-hand-holding-water::before { content: "\f4c1"; }
.fa-cubes::before { content: "\f1b3"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-times::before { content: "\f00d"; }
.fa-bars::before { content: "\f0c9"; }
.fa-search::before { content: "\f002"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-users-cog::before { content: "\f509"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user-edit::before { content: "\f4ff"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-tag::before { content: "\f02b"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-star::before { content: "\f005"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-home::before { content: "\f015"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-spinner::before { content: "\f110"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-trash::before { content: "\f1f8"; }
.fa-save::before { content: "\f0c7"; }
.fa-edit::before { content: "\f044"; }
.fa-cog::before { content: "\f013"; }
.fa-cogs::before { content: "\f085"; }
.fa-building::before { content: "\f1ad"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-concierge-bell::before { content: "\f562"; }
.fa-th-large::before { content: "\f009"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-tachometer-alt::before { content: "\f3fd"; }
.fa-image::before { content: "\f03e"; }
.fa-images::before { content: "\f302"; }
.fa-upload::before { content: "\f093"; }
.fa-download::before { content: "\f019"; }
.fa-sync::before { content: "\f021"; }
.fa-redo::before { content: "\f01e"; }
.fa-copy::before { content: "\f0c5"; }
.fa-link::before { content: "\f0c1"; }
.fa-globe::before { content: "\f0ac"; }
.fa-list::before { content: "\f03a"; }
.fa-align-left::before { content: "\f036"; }
.fa-bold::before { content: "\f032"; }
.fa-italic::before { content: "\f033"; }
.fa-heading::before { content: "\f1dc"; }

/* Regular Icons (far) */
.fa-calendar::before { content: "\f133"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-file::before { content: "\f15b"; }
.fa-folder::before { content: "\f07b"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-image::before { content: "\f03e"; }
.fa-trash-alt::before { content: "\f2ed"; }

/* Brand Icons (fab) */
.fa-whatsapp::before { content: "\f232"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-twitter::before { content: "\f099"; }
.fa-youtube::before { content: "\f167"; }
.fa-linkedin-in::before { content: "\f0e1"; }

/* Animation */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Sizing */
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-lg { font-size: 1.25em; }
.fa-xl { font-size: 1.5em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Fixed Width */
.fa-fw {
    text-align: center;
    width: 1.25em;
}
