/* Лёгкая локальная замена Font Awesome для статических HTML‑страниц.
   Используются только unicode‑символы, поэтому нет зависимости от CDN и веб‑шрифтов. */

.fa-solid {
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}

/* Стрелки и навигационные иконки */
.fa-solid.fa-chevron-left::before {
  content: '←';
}

.fa-solid.fa-arrow-up::before {
  content: '↑';
}

/* Действия */
.fa-solid.fa-download::before {
  content: '⬇';
}

.fa-solid.fa-eye::before {
  content: '👁';
}

.fa-solid.fa-xmark::before {
  content: '✕';
}

.fa-solid.fa-certificate::before {
  content: '★';
}

.fa-solid.fa-flask::before {
  content: '⚗';
}

.fa-solid.fa-file-pdf::before {
  content: '📄';
}

/* Списки / документы */
.fa-solid.fa-clipboard-list::before {
  content: '📋';
}

/* Иконки для страницы контактов (аналог Font Awesome) */
.fa-solid.fa-cart-shopping::before {
  content: '🛒';
}

.fa-solid.fa-truck::before {
  content: '🚚';
}

.fa-solid.fa-handshake::before {
  content: '🤝';
}

.fa-solid.fa-users::before {
  content: '👥';
}

.fa-solid.fa-clipboard::before {
  content: '📋';
}

.fa-solid.fa-building::before {
  content: '🏢';
}

.fa-solid.fa-landmark::before {
  content: '🏛';
}

.fa-solid.fa-user::before {
  content: '👤';
}

.fa-solid.fa-location-dot::before {
  content: '📍';
}

.fa-solid.fa-phone::before {
  content: '📞';
}

.fa-solid.fa-envelope::before {
  content: '✉';
}

.fa-solid.fa-clock::before {
  content: '⏰';
}

