/* ============================================================
   Иконки xrust.ru — субсет из 27 иконок
   Заменяет Font Awesome Pro (522 КБ) → 6,9 КБ
   Совместим с текущей разметкой: fa-solid / fa-regular / fa-light
   ============================================================ */

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.woff2?97062701') format('woff2'),
       url('../fonts/fontello.woff?97062701') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* --- Базовое правило для всех префиксов --- */
[class^="fa-"]:before,
[class*=" fa-"]:before,
.fas:before, .far:before, .fal:before, .fat:before, .fab:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  margin-right: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Префиксы начертаний: контента нет, только семейство --- */
.fa-solid:before, .fa-regular:before, .fa-light:before,
.fa-thin:before, .fa-duotone:before, .fa-brands:before,
.fas:before, .far:before, .fal:before, .fat:before, .fab:before {
  content: none;
}

/* ============================================================
   ИКОНКИ
   ============================================================ */

/* --- Навигация и интерфейс --- */
.fa-bars:before             { content: '\f0c9'; }  /* меню-бургер */
.fa-magnifying-glass:before { content: '\e800'; }  /* поиск */
.fa-gear:before             { content: '\e801'; }  /* настройки */
.fa-xmark:before            { content: '\e802'; }  /* закрыть */
.fa-ellipsis:before         { content: '\f142'; }  /* ещё */
.fa-chevron-down:before     { content: '\e807'; }  /* стрелка вниз */
.fa-chevron-right:before    { content: '\e808'; }  /* стрелка вправо */

/* --- Пользователь и аккаунт --- */
.fa-user:before                     { content: '\e803'; }  /* профиль */
.fa-circle-user:before              { content: '\f2be'; }  /* аватар */
.fa-right-to-bracket:before         { content: '\e80c'; }  /* вход */
.fa-arrow-right-from-bracket:before { content: '\e80b'; }  /* выход */

/* --- Реакции и вовлечение --- */
.fa-heart:before       { content: '\e804'; }  /* лайк / избранное */
.fa-thumbs-up:before   { content: '\e805'; }  /* палец вверх */
.fa-thumbs-down:before { content: '\e806'; }  /* палец вниз */
.fa-bookmark:before    { content: '\f097'; }  /* закладка */
.fa-binoculars:before  { content: '\f1e5'; }  /* просмотры */

/* --- Комментарии --- */
.fa-comment:before     { content: '\f0e5'; }  /* комментарий */
.fa-comments:before    { content: '\f0e6'; }  /* обсуждение */
.fa-paper-plane:before { content: '\f1d9'; }  /* отправить */

/* --- Действия --- */
.fa-upload:before                { content: '\e80a'; }  /* загрузить */
.fa-arrow-up-from-bracket:before { content: '\f14d'; }  /* поделиться */
.fa-trash:before                 { content: '\e809'; }  /* удалить */
.fa-list-check:before            { content: '\f0ae'; }  /* опрос */
.fa-screwdriver-wrench:before    { content: '\e80d'; }  /* инструменты */

/* --- Соцсети --- */
.fa-telegram:before  { content: '\f2c6'; }
.fa-youtube:before   { content: '\f16a'; }
.fa-instagram:before { content: '\f16d'; }
