/* ===============================
   Font Awesome – MINIMAL (Solid)
   Only used icons
================================ */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.woff") format("woff");
  font-display: swap;
  /* подмножество: только используемые в шаблоне иконки (5 КБ вместо 137 КБ) */
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- ICONS --- */

.fa-search:before { content: "\f002"; }
.fa-bars:before { content: "\f0c9"; }
.fa-pencil:before { content: "\f040"; }
.fa-comment-alt-dots:before { content: "\f4a3"; }
.fa-clock:before { content: "\f017"; }
.fa-plus:before { content: "\f067"; }
.fa-check:before { content: "\f00c"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-exclamation-circle:before { content: "\f06a"; }

/* --- ДОБАВЛЕННЫЕ ИКОНКИ (используются в шаблонах, но отсутствовали) --- */
.fa-times:before { content: "\f00d"; }
.fa-user:before { content: "\f007"; }
.fa-cog:before { content: "\f013"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-heart:before { content: "\f004"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-comments:before { content: "\f086"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-home:before { content: "\f015"; }
.fa-lock:before { content: "\f023"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-redo-alt:before { content: "\f2f9"; }
.fa-cloud-download:before { content: "\f0ed"; }
