/* Font Awesome 6 Solid – minimalny zestaw (font w style.css motywu) */
.fa,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-check::before { content: "\f00c"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-brain::before { content: "\f5dc"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-chart-line::before { content: "\f201"; }
.fa-gears::before { content: "\f085"; }
.fa-rocket::before { content: "\f135"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-palette::before { content: "\f53f"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-bullseye::before { content: "\f140"; }
.fa-diagram-project::before { content: "\f542"; }
.fa-plug::before { content: "\f1e6"; }
.fa-globe::before { content: "\f0ac"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-display::before { content: "\e163"; }
.fa-mobile-screen::before { content: "\f3cf"; }
.fa-comments::before { content: "\f086"; }
.fa-mouse-pointer::before { content: "\f245"; }
.fa-user-secret::before { content: "\f21b"; }
.fa-funnel-dollar::before { content: "\f662"; }
.fa-stream::before { content: "\f550"; }
.fa-clock::before { content: "\f017"; }
.fa-network-wired::before { content: "\f6ff"; }
.fa-users::before { content: "\f0c0"; }
.fa-sync::before { content: "\f021"; }
.fa-sync-alt::before { content: "\f2f1"; }
