/*!
 * Font Awesome 7 Free - минимальный subset (7 иконок)
 * Полная версия: assets/icons/css/
 */

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../icons/webfonts/fa-solid-900.woff2");
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../icons/webfonts/fa-brands-400.woff2");
}

:root {
  --fa-family-classic: 'Font Awesome 7 Free';
  --fa-family-brands: 'Font Awesome 7 Brands';
}

.fa-solid, .fas, .fa-regular, .far, .fa-brands, .fab, .fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Free'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: var(--_fa-family);
  font-style: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-rendering: auto;
}

:is(.fa-solid, .fas, .fa-brands, .fab, .fa)::before {
  content: var(--fa) / "";
}

@supports not (content: "" / "") {
  :is(.fa-solid, .fas, .fa-brands, .fab, .fa)::before {
    content: var(--fa);
  }
}

.fa-solid, .fas { --fa-style: 900; }
.fa-brands, .fab { --fa-family: var(--fa-family-brands); --fa-style: 400; }

/* Icons */
.fa-bars-staggered { --fa: "\f550"; }
.fa-x              { --fa: "X"; }
.fa-phone          { --fa: "\f095"; }
.fa-envelope       { --fa: "\f0e0"; }
.fa-map-marker     { --fa: "\f041"; }
.fa-tiktok         { --fa: "\e07b"; }
.fa-instagram      { --fa: "\f16d"; }
