@layer base {
  /* Font Awesome Free 7.3.1 (CC BY 4.0 / SIL OFL 1.1) — yalnizca kullanilan
     ikonlari iceren alt kume. Uretim: npm run icons (tools/build-icons.mjs) */
  @font-face {
    font-family: "FA Solid";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fa-solid-subset.woff2") format("woff2");
  }

  @font-face {
    font-family: "FA Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fa-brands-subset.woff2") format("woff2");
  }

  .fa-solid,
  .fa-brands {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  .fa-solid { font-family: "FA Solid"; font-weight: 900; }
  .fa-brands { font-family: "FA Brands"; font-weight: 400; }

  .fa-sun::before { content: "\f185"; }
  .fa-moon::before { content: "\f186"; }
  .fa-bars::before { content: "\f0c9"; }
  .fa-xmark::before { content: "\f00d"; }
  .fa-arrow-right::before { content: "\f061"; }
  .fa-arrow-down::before { content: "\f063"; }
  .fa-arrow-up::before { content: "\f062"; }
  .fa-chevron-right::before { content: "\f054"; }
  .fa-arrow-up-right-from-square::before { content: "\f08e"; }
  .fa-chart-line::before { content: "\f201"; }
  .fa-bullseye::before { content: "\f140"; }
  .fa-arrow-trend-up::before { content: "\e098"; }
  .fa-chart-simple::before { content: "\e473"; }
  .fa-bullhorn::before { content: "\f0a1"; }
  .fa-magnifying-glass::before { content: "\f002"; }
  .fa-cart-shopping::before { content: "\f07a"; }
  .fa-robot::before { content: "\f544"; }
  .fa-laptop-code::before { content: "\f5fc"; }
  .fa-mobile-screen::before { content: "\f3cf"; }
  .fa-database::before { content: "\f1c0"; }
  .fa-code::before { content: "\f121"; }
  .fa-pen-nib::before { content: "\f5ad"; }
  .fa-camera::before { content: "\f030"; }
  .fa-clipboard-check::before { content: "\f46c"; }
  .fa-compass-drafting::before { content: "\f568"; }
  .fa-rocket::before { content: "\f135"; }
  .fa-coins::before { content: "\f51e"; }
  .fa-briefcase::before { content: "\f0b1"; }
  .fa-handshake::before { content: "\f2b5"; }
  .fa-eye::before { content: "\f06e"; }
  .fa-gears::before { content: "\f085"; }
  .fa-shield-halved::before { content: "\f3ed"; }
  .fa-calendar::before { content: "\f133"; }
  .fa-tag::before { content: "\f02b"; }
  .fa-quote-left::before { content: "\f10d"; }
  .fa-paper-plane::before { content: "\f1d8"; }
  .fa-circle-check::before { content: "\f058"; }
  .fa-circle-exclamation::before { content: "\f06a"; }
  .fa-circle-info::before { content: "\f05a"; }
  .fa-envelope::before { content: "\f0e0"; }
  .fa-phone::before { content: "\f095"; }
  .fa-location-dot::before { content: "\f3c5"; }
  .fa-filter::before { content: "\f0b0"; }
  .fa-layer-group::before { content: "\f5fd"; }
  .fa-whatsapp::before { content: "\f232"; }
  .fa-instagram::before { content: "\f16d"; }
  .fa-linkedin-in::before { content: "\f0e1"; }
  .fa-x-twitter::before { content: "\e61b"; }
  .fa-google::before { content: "\f1a0"; }
}
