/* ===============================
   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");
  font-display: swap;
}

.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"; }
