/* Generated by scripts/vendor_assets.py - do not edit by hand.
 *
 * Replaces the fonts.googleapis.com and cdnjs.cloudflare.com stylesheets.
 * Font Awesome is subset to the 27 icons this page actually uses, so the
 * `<i class="fas fa-...">` markup and its rendering are unchanged.
 */

/* ===== Vazirmatn (variable, weights 300-900) ===== */
@font-face {
  font-family: "Vazirmatn";
  /* One src only. "woff2-variations" is legacy syntax that duplicated the
     same URL and stopped the <link rel=preload> from matching this request;
     the font-weight range below is what declares it variable. */
  src: url("/assets/fonts/Vazirmatn-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

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

.fa,
.fas,
.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;
}

.fa-award:before{content:"\f559"}
.fa-bolt:before{content:"\f0e7"}
.fa-calculator:before{content:"\f1ec"}
.fa-chart-line:before{content:"\f201"}
.fa-check-circle:before{content:"\f058"}
.fa-clipboard-check:before{content:"\f46c"}
.fa-code:before{content:"\f121"}
.fa-cubes:before{content:"\f1b3"}
.fa-database:before{content:"\f1c0"}
.fa-envelope:before{content:"\f0e0"}
.fa-eye:before{content:"\f06e"}
.fa-fax:before{content:"\f1ac"}
.fa-globe:before{content:"\f0ac"}
.fa-laptop-code:before{content:"\f5fc"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before{content:"\f879"}
.fa-play-circle:before{content:"\f144"}
.fa-project-diagram:before{content:"\f542"}
.fa-rocket:before{content:"\f135"}
.fa-server:before{content:"\f233"}
.fa-sign-in-alt:before{content:"\f2f6"}
.fa-sync-alt:before{content:"\f2f1"}
.fa-ticket-alt:before{content:"\f3ff"}
.fa-tools:before{content:"\f7d9"}
