/* Mini Font Awesome - Csak a használt ikonok */
/* Ez a fájl mindössze ~2KB, szemben a teljes Font Awesome 24KB-jával */

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

/* Használt ikonok - SVG alternative */
.fa-users::before { content: "\f0c0"; }
.fa-route::before { content: "\f4d7"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-car::before { content: "\f1b9"; }
.fa-bus::before { content: "\f207"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-facebook::before { content: "\f09a"; }

/* Font betöltés - csak a szükséges Font Awesome font */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/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("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2") format("woff2");
}

.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
