/* =========================================================
   Font Awesome 6.5.1 subset — only the icons this site uses.
   Fonts in ../fonts/ are subset to these glyphs (via fonttools).
   If you add a new fa-* icon, re-subset the fonts and add its
   class + codepoint here (see build/README note in render.py).
   ========================================================= */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal; font-weight: 900; font-display: block;
  src: 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(../fonts/fa-brands-400.woff2) format("woff2");
}
.fa, .fas, .fab {
  display: inline-block;
  font-style: normal; font-variant: normal; line-height: 1;
  text-rendering: auto; -webkit-font-smoothing: antialiased;
}
.fa, .fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fab { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa-fw { text-align: center; width: 1.25em; }
.fa-2x { font-size: 2em; }
.fa-arrow-up::before { content: "\f062"; }
.fa-bars::before { content: "\f0c9"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-check::before { content: "\f00c"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-file-arrow-down::before { content: "\f56d"; }
.fa-linkedin::before { content: "\f08c"; }
.fa-phone::before { content: "\f095"; }
.fa-telegram-plane::before { content: "\f2c6"; }
.fa-whatsapp::before { content: "\f232"; }
