/*!
 * Subset of Font Awesome Free, generated for thamu.dev
 * Original: https://fontawesome.com/license/free
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/fa-solid-900.woff2?v=2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/fa-brands-400.woff2?v=2") format("woff2");
}

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

.fa,
.fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa-fw { text-align: center; width: 1.25em; }

/* Solid glyphs */
.fa-arrow-right::before          { content: "\f061"; }
.fa-chevron-down::before         { content: "\f078"; }
.fa-cloud::before                { content: "\f0c2"; }
.fa-cogs::before                 { content: "\f085"; }
.fa-envelope::before             { content: "\f0e0"; }
.fa-external-link-alt::before    { content: "\f35d"; }
.fa-folder-open::before          { content: "\f07c"; }
.fa-lightbulb::before            { content: "\f0eb"; }
.fa-long-arrow-alt-left::before  { content: "\f30a"; }
.fa-long-arrow-alt-right::before { content: "\f30b"; }
.fa-map-marker-alt::before       { content: "\f3c5"; }
.fa-moon::before                 { content: "\f186"; }
.fa-phone::before                { content: "\f095"; }
.fa-phone-alt::before            { content: "\f879"; }
.fa-plus::before                 { content: "\002b"; }
.fa-project-diagram::before      { content: "\f542"; }
.fa-rocket::before               { content: "\f135"; }
.fa-star::before                 { content: "\f005"; }
.fa-sun::before                  { content: "\f185"; }
.fa-users::before                { content: "\f0c0"; }

/* Brand glyphs */
.fa-github::before               { content: "\f09b"; }
.fa-linkedin::before             { content: "\f08c"; }
.fa-linkedin-in::before          { content: "\f0e1"; }
.fa-x-twitter::before            { content: "\e61b"; }
