/*
 * FontAwesome Minimal Subset - Sadece himpasto.com public sayfalarında kullanılan ikonlar
 * Orijinal: all.min.css → 14.8 KiB | Bu dosya: ~2 KiB
 * İkonlar: check-circle, chevron-down, chevron-left, chevron-right, clock,
 *          credit-card, home, lock, map-marker-alt, money-bill-wave,
 *          pause, pizza-slice, shopping-cart, ticket-alt, volume-up, wallet
 *          + fab fa-google (brands)
 */

/* --- Font Faces (swap ile - LCP bloklamaz) --- */
@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');
}

/* --- Temel FA Sınıfları --- */
.fas, .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;
}
.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* --- Kullanılan İkon Unicode'ları (Solid) --- */
.fa-check-circle::before    { content: "\f058"; }
.fa-chevron-down::before    { content: "\f078"; }
.fa-chevron-left::before    { content: "\f053"; }
.fa-chevron-right::before   { content: "\f054"; }
.fa-clock::before           { content: "\f017"; }
.fa-credit-card::before     { content: "\f09d"; }
.fa-home::before            { content: "\f015"; }
.fa-lock::before            { content: "\f023"; }
.fa-map-marker-alt::before  { content: "\f3c5"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-pause::before           { content: "\f04c"; }
.fa-pizza-slice::before     { content: "\f817"; }
.fa-shopping-cart::before   { content: "\f07a"; }
.fa-ticket-alt::before      { content: "\f3ff"; }
.fa-volume-up::before       { content: "\f028"; }
.fa-wallet::before          { content: "\f555"; }

/* --- Brands --- */
.fa-google::before { content: "\f1a0"; }
