/* Font Awesome 6.5.0 Free — subset of 60 icons used on ela.pl */
/* License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT) */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fa-brands-400.woff2') format('woff2');
}

.fas, .fa-solid, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Solid icons */
.fa-window-restore::before { content: "\f2d2"; }
.fa-clock::before { content: "\f017"; }
.fa-link-slash::before, .fa-chain-broken::before, .fa-chain-slash::before, .fa-unlink::before { content: "\f127"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-desktop::before { content: "\f390"; }
.fa-bolt::before, .fa-zap::before { content: "\f0e7"; }
.fa-piggy-bank::before { content: "\f4d3"; }
.fa-expand-arrows-alt::before, .fa-up-down-left-right::before { content: "\f31e"; }
.fa-award::before { content: "\f559"; }
.fa-plug::before { content: "\f1e6"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-clipboard-check::before { content: "\f46c"; }
.fa-play::before { content: "\f04b"; }
.fa-play-circle::before, .fa-circle-play::before { content: "\f144"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-check-circle::before, .fa-circle-check::before { content: "\f058"; }
.fa-check::before { content: "\f00c"; }
.fa-info-circle::before, .fa-circle-info::before { content: "\f05a"; }
.fa-graduation-cap::before, .fa-mortar-board::before { content: "\f19d"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-plug-circle-xmark::before { content: "\e560"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-users::before { content: "\f0c0"; }
.fa-trophy::before { content: "\f091"; }
.fa-cubes::before { content: "\f1b3"; }
.fa-fire-extinguisher::before { content: "\f134"; }
.fa-shield-halved::before, .fa-shield-alt::before { content: "\f3ed"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-scale-balanced::before, .fa-balance-scale::before { content: "\f24e"; }
.fa-sliders::before, .fa-sliders-h::before { content: "\f1de"; }
.fa-display::before { content: "\e163"; }
.fa-train::before { content: "\f238"; }
.fa-industry::before { content: "\f275"; }
.fa-cart-shopping::before, .fa-shopping-cart::before { content: "\f07a"; }
.fa-building::before { content: "\f1ad"; }
.fa-hospital::before { content: "\f0f8"; }
.fa-plane::before { content: "\f072"; }
.fa-landmark::before { content: "\f66f"; }
.fa-helmet-safety::before, .fa-hard-hat::before, .fa-hat-hard::before { content: "\f807"; }
.fa-handcuffs::before { content: "\e4f8"; }
.fa-fire::before { content: "\f06d"; }
.fa-person-through-window::before { content: "\e5a9"; }
.fa-bell::before { content: "\f0f3"; }
.fa-door-open::before { content: "\f52b"; }
.fa-smog::before { content: "\f75f"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-microchip::before { content: "\f2db"; }
.fa-elevator::before { content: "\e16d"; }
.fa-video::before, .fa-video-camera::before { content: "\f03d"; }
.fa-id-card::before, .fa-drivers-license::before { content: "\f2c2"; }
.fa-faucet-drip::before { content: "\e006"; }
.fa-draw-polygon::before { content: "\f5ee"; }
.fa-key::before { content: "\f084"; }
.fa-square-parking::before, .fa-parking::before { content: "\f540"; }
.fa-magnifying-glass::before, .fa-search::before { content: "\f002"; }

/* Brand icons */
.fa-linkedin::before { content: "\f08c"; }
.fa-youtube::before { content: "\f167"; }
.fa-facebook::before, .fa-facebook-f::before { content: "\f09a"; }
