/*!
 * Font Awesome Free 6.6.0 - Subset for AS Cicekevi
 * Only includes icons used in the front-end
 */

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

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

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

/* Base Styles */
.fa,
.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;
}

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

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

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

/* Sizing */
.fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; }
.fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; }
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* Animations */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

/* Icons - Solid */
.fa-address-book::before { content: "\f2b9"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-award::before { content: "\f559"; }
.fa-bag-shopping::before, .fa-shopping-bag::before { content: "\f290"; }
.fa-bars::before { content: "\f0c9"; }
.fa-basket-shopping::before, .fa-shopping-basket::before { content: "\f291"; }
.fa-bell::before { content: "\f0f3"; }
.fa-box::before { content: "\f466"; }
.fa-box-open::before { content: "\f49e"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-clock::before { content: "\f017"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-gift::before { content: "\f06b"; }
.fa-hashtag::before { content: "\23"; }
.fa-headset::before { content: "\f590"; }
.fa-heart::before { content: "\f004"; }
.fa-house::before, .fa-home::before { content: "\f015"; }
.fa-key::before { content: "\f084"; }
.fa-location-dot::before, .fa-map-marker-alt::before { content: "\f3c5"; }
.fa-lock::before { content: "\f023"; }
.fa-magnifying-glass::before, .fa-search::before { content: "\f002"; }
.fa-map-location-dot::before { content: "\f5a0"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-phone::before { content: "\f095"; }
.fa-phone-volume::before { content: "\f2a0"; }
.fa-play::before { content: "\f04b"; }
.fa-right-from-bracket::before, .fa-sign-out-alt::before { content: "\f2f5"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-spa::before { content: "\f5bb"; }
.fa-star::before { content: "\f005"; }
.fa-tag::before { content: "\f02b"; }
.fa-ticket::before, .fa-ticket-alt::before { content: "\f3ff"; }
.fa-times::before, .fa-xmark::before { content: "\f00d"; }
.fa-truck::before { content: "\f0d1"; }
.fa-truck-fast::before { content: "\f48b"; }
.fa-user::before { content: "\f007"; }
.fa-wallet::before { content: "\f555"; }

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