/* Font Awesome 6.5.1 — subset (only icons used in this project) */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2")
    format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2")
    format("woff2");
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fas,
.fab,
.fa-solid,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Solid icons */
.fa-star::before         { content: "\f005"; }
.fa-check::before        { content: "\f00c"; }
.fa-times::before        { content: "\f00d"; }
.fa-clock::before        { content: "\f017"; }
.fa-tag::before          { content: "\f02b"; }
.fa-arrow-left::before   { content: "\f060"; }
.fa-arrow-up::before     { content: "\f062"; }
.fa-key::before          { content: "\f084"; }
.fa-certificate::before  { content: "\f0a3"; }
.fa-arrow-circle-right::before { content: "\f0a9"; }
.fa-envelope::before     { content: "\f0e0"; }
.fa-bolt::before         { content: "\f0e7"; }
.fa-euro-sign::before    { content: "\f153"; }
.fa-university::before   { content: "\f19c"; }
.fa-chart-line::before   { content: "\f201"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-shield-alt::before   { content: "\f3ed"; }
.fa-user-cog::before     { content: "\f4fe"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-phone-alt::before    { content: "\f879"; }
.fa-comment::before      { content: "\f075"; }

/* Brand icons */
.fa-instagram::before    { content: "\f16d"; }
.fa-whatsapp::before     { content: "\f232"; }
.fa-facebook-f::before   { content: "\f39e"; }
