/* Font Awesome 6 subset – len ikony použité na landing page */
@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");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.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;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-chevron-down:before { content: "\f078"; }
.fa-bars:before { content: "\f0c9"; }
.fa-apple:before { content: "\f179"; }
.fa-google-play:before { content: "\f3ab"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-route:before { content: "\f4d7"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-tags:before { content: "\f02c"; }
.fa-bicycle:before { content: "\f206"; }
.fa-circle-dot:before { content: "\f192"; }
.fa-gears:before { content: "\f085"; }
.fa-couch:before { content: "\f4b8"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-box-open:before { content: "\f49e"; }
.fa-box:before { content: "\f466"; }
.fa-car:before { content: "\f1b9"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-check:before { content: "\f00c"; }
.fa-location-crosshairs:before { content: "\f601"; }
.fa-fingerprint:before { content: "\f577"; }
.fa-leaf:before { content: "\f06c"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-mobile-screen-button:before { content: "\f3cd"; }
.fa-baby-carriage:before { content: "\f77d"; }
.fa-suitcase:before { content: "\f0f2"; }
.fa-dumbbell:before { content: "\f44b"; }
.fa-book:before { content: "\f02d"; }
.fa-weight-hanging:before { content: "\f5cd"; }
