/*!
 * Font Awesome Free 6.0.0 - Local Version
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}

.fa, .fas, .far, .fab {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.far {
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon mappings - sadece kullanılanlar */
.fa-address-book:before { content: "\f2b9"; }
.fa-award:before { content: "\f559"; }
.fa-ban:before { content: "\f05e"; }
.fa-barcode:before { content: "\f02a"; }
.fa-box:before { content: "\f466"; }
.fa-building:before { content: "\f1ad"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check-double:before { content: "\f560"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-cloud-upload-alt:before { content: "\f382"; }
.fa-code:before { content: "\f121"; }
.fa-cogs:before { content: "\f085"; }
.fa-edit:before { content: "\f044"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-expand:before { content: "\f065"; }
.fa-file:before { content: "\f15b"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-globe:before { content: "\f0ac"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-industry:before { content: "\f275"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-save:before { content: "\f0c7"; }
.fa-search:before { content: "\f002"; }
.fa-signature:before { content: "\f5b7"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-spinner:before { content: "\f110"; }
.fa-times:before { content: "\f00d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-trash:before { content: "\f1f8"; }
.fa-truck:before { content: "\f0d1"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
.fa-warehouse:before { content: "\f494"; }

/* Spinner animation */
.fa-spinner {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
