/*!
 * Font Awesome Pro 7.2.0 — Subset
 * Custom subset für PROJECTNAME (12 Icons: 10 Solid + 2 Brands)
 * Quelle: fa-7-pro.zip, gesubsettet via pyftsubset (fontTools 4.57.0)
 * Lizenz: Font Awesome Commercial — https://fontawesome.com/license
 */

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

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

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

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

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

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

.fa-sparkles      { --fa: "\f890"; }
.fa-arrow-right   { --fa: "\f061"; }
.fa-arrow-left    { --fa: "\f060"; }
.fa-plus          { --fa: "\2b";   }
.fa-eye           { --fa: "\f06e"; }
.fa-pen           { --fa: "\f304"; }
.fa-rocket        { --fa: "\f135"; }
.fa-shield-halved { --fa: "\f3ed"; }
.fa-envelope      { --fa: "\f0e0"; }
.fa-phone         { --fa: "\f095"; }

.fa-linkedin      { --fa: "\f08c"; }
.fa-github        { --fa: "\f09b"; }
