/* Font Awesome subset for Arti-Kazan, extracted from Font Awesome Pro 6.5.1 all.min.css.
 * Covers every icon class used in root *.php, includes/*.php and assets/js/*.js:
 * fa-angle-left, fa-angle-right, fa-arrow-right, fa-arrow-right-long, fa-caret-right, fa-certificate, fa-envelope, fa-envelope-open-text, fa-globe, fa-house, fa-location-dot, fa-phone, fa-phone-volume, fa-search-plus, fa-whatsapp, fa-xmark.
 * Aliases of used icons (e.g. fa-home, fa-times) are intentionally omitted.
 *
 * U+F107 (fa-angle-down): used directly by assets/css/main.css in 3 dropdown
 * selectors (.main-navigation .navbar-nav ..., .main-navigation:is(.has-header-6) ...,
 * .fx-footer-1-menu ...) with font-family "Font Awesome 6 Pro" and font-weight 700,
 * which resolves to the 900 (solid) face, so the codepoint is kept in
 * fa-solid-900-subset.woff2. No extra CSS rule is needed (main.css sets content).
 *
 * NOTE: this repo's all.min.css sets .fa-regular/.far to font-weight 600, so per CSS
 * font matching (desired weight > 500 searches upward) regular icons render from
 * the 900 (solid) face. Their codepoints are therefore kept in BOTH the solid
 * subset (actually rendered) and the regular subset (face kept for fidelity).
 */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-light,
.fa-regular,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Pro";
}
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-brands {
  font-weight: 400;
}
.fa-light {
  font-weight: 300;
}
.fa-regular {
  font-weight: 600;
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400-subset.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../webfonts/fa-light-300-subset.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400-subset.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900-subset.woff2) format("woff2");
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-right-long:before {
  content: "\f178";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-house:before {
  content: "\f015";
}
.fa-location-dot:before {
  content: "\f3c5";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-xmark:before {
  content: "\f00d";
}
