/* Font Awesome Free 6.5.1 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas,
.far,
.fab {
  -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,
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 6 Brands';
}

/* Иконки, используемые в проекте */
.fa-globe:before { content: "\f0ac"; }
.fa-phone:before { content: "\f095"; }
.fa-clock:before { content: "\f017"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-alt:before { content: "\f5c0"; }