/*!
 * Font Awesome Free 6.5.1 - Исправленная версия
 * Только необходимые иконки для проекта ДОМКОМ
 */

@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");
}

.fas,
.fa-solid {
  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;
}

/* Критические иконки - загружаются первыми */
.fa-phone:before { content: "\f095"; }
.fa-user:before { content: "\f007"; }
.fa-user-shield:before { content: "\f505"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-search:before { content: "\f002"; }

/* Иконки навигации */
.fa-chevron-down:before { content: "\f078"; }
.fa-cog:before { content: "\f013"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-lock:before { content: "\f023"; }
.fa-shield-alt:before { content: "\f3ed"; }

/* Иконки заказов */
.fa-file-contract:before { content: "\f56c"; }
.fa-cogs:before { content: "\f085"; }
.fa-truck:before { content: "\f0d1"; }
.fa-check-circle:before { content: "\f058"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-list:before { content: "\f03a"; }
.fa-building:before { content: "\f1ad"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-globe:before { content: "\f0ac"; }
.fa-database:before { content: "\f1c0"; }
.fa-sync-alt:before { content: "\f2f1"; }

/* Иконки статусов */
.fa-flag-checkered:before { content: "\f11e"; }
.fa-circle:before { content: "\f111"; }
.fa-play:before { content: "\f04b"; }
.fa-home:before { content: "\f015"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-plus-circle:before { content: "\f055"; }

/* Иконки интерфейса */
.fa-times:before { content: "\f00d"; }
.fa-inbox:before { content: "\f01c"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f24d"; }
.fa-box:before { content: "\f466"; }
.fa-route:before { content: "\f4d7"; }

/* Иконки информации */
.fa-ruble-sign:before { content: "\f158"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-house-chimney:before { content: "\f3ed"; }
.fa-calendar-days:before { content: "\f073"; }
.fa-coins:before { content: "\f51e"; }
.fa-weight-hanging:before { content: "\f5cd"; }

/* Иконки обратной связи */
.fa-comment-dots:before { content: "\f4ad"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-cloud-upload-alt:before { content: "\f382"; }
.fa-paper-plane:before { content: "\f1d8"; }

/* Иконки уведомлений */
.fa-spinner-border:before { content: "\f110"; }
.fa-exclamation-circle:before { content: "\f06a"; }

/* Анимация для иконки обновления */
.fa-sync-alt.spinning {
  animation: fa-spin 1s linear infinite;
}

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

/* Дополнительные иконки для полной совместимости */
.fa-fab:before { content: "\f2c6"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-whatsapp:before { content: "\f232"; }
