/* Font Awesome 5.15.4 Free — local subset used by public pages.
   Replaces the render-blocking CDN stylesheet. Fonts live in /public/webfonts/. */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url('/public/webfonts/fa-solid-900.woff2') format('woff2'),
       url('/public/webfonts/fa-solid-900.woff') format('woff');
}

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

.fa, .fas, .far, .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; }
.far      { font-family: 'Font Awesome 5 Free'; font-weight: 400; }
.fab      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }

.fa-lg  { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.fa-xs  { font-size: .75em; }
.fa-sm  { font-size: .875em; }
.fa-fw  { text-align: center; width: 1.25em; }

.fa-spin  { animation: fa-spin 2s infinite linear; }
.fa-pulse { animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Solid icons */
.fa-angle-left::before         { content: "\f104"; }
.fa-angle-right::before        { content: "\f105"; }
.fa-arrow-left::before         { content: "\f060"; }
.fa-ban::before                { content: "\f05e"; }
.fa-bars::before               { content: "\f0c9"; }
.fa-bolt::before               { content: "\f0e7"; }
.fa-calendar-alt::before       { content: "\f073"; }
.fa-calendar-week::before      { content: "\f784"; }
.fa-chart-bar::before          { content: "\f080"; }
.fa-chart-line::before         { content: "\f201"; }
.fa-check::before              { content: "\f00c"; }
.fa-check-circle::before       { content: "\f058"; }
.fa-chevron-down::before       { content: "\f078"; }
.fa-chevron-left::before       { content: "\f053"; }
.fa-chevron-right::before      { content: "\f054"; }
.fa-chevron-up::before         { content: "\f077"; }
.fa-cog::before                { content: "\f013"; }
.fa-copy::before               { content: "\f0c5"; }
.fa-crown::before              { content: "\f521"; }
.fa-edit::before               { content: "\f044"; }
.fa-exchange-alt::before       { content: "\f362"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-external-link-alt::before  { content: "\f35d"; }
.fa-file-import::before        { content: "\f56f"; }
.fa-flag-checkered::before     { content: "\f11e"; }
.fa-forward::before            { content: "\f04e"; }
.fa-globe::before              { content: "\f0ac"; }
.fa-globe-americas::before     { content: "\f57d"; }
.fa-history::before            { content: "\f1da"; }
.fa-inbox::before              { content: "\f01c"; }
.fa-info-circle::before        { content: "\f05a"; }
.fa-keyboard::before           { content: "\f11c"; }
.fa-list::before               { content: "\f03a"; }
.fa-long-arrow-alt-down::before { content: "\f309"; }
.fa-long-arrow-alt-up::before  { content: "\f357"; }
.fa-minus::before              { content: "\f068"; }
.fa-music::before              { content: "\f001"; }
.fa-play::before               { content: "\f04b"; }
.fa-redo::before               { content: "\f01e"; }
.fa-robot::before              { content: "\f544"; }
.fa-search::before             { content: "\f002"; }
.fa-share-alt::before          { content: "\f1e0"; }
.fa-sitemap::before            { content: "\f0e8"; }
.fa-spinner::before            { content: "\f110"; }
.fa-star::before               { content: "\f005"; }
.fa-stop::before               { content: "\f04d"; }
.fa-sync-alt::before           { content: "\f2f1"; }
.fa-th::before                 { content: "\f00a"; }
.fa-times::before              { content: "\f00d"; }
.fa-times-circle::before       { content: "\f057"; }
.fa-trash-alt::before          { content: "\f2ed"; }
.fa-trophy::before             { content: "\f091"; }
.fa-unlink::before             { content: "\f127"; }
.fa-user-edit::before          { content: "\f4ff"; }
.fa-link::before               { content: "\f0c1"; }
.fa-home::before               { content: "\f015"; }

/* Brand icons */
.fa-apple::before              { content: "\f179"; }
.fa-wikipedia-w::before        { content: "\f266"; }
.fa-youtube::before            { content: "\f167"; }
.fa-whatsapp::before           { content: "\f232"; }
.fa-twitter::before            { content: "\f099"; }
.fa-facebook-f::before         { content: "\f39e"; }
.fa-spotify::before            { content: "\f1bc"; }
.fa-amazon::before             { content: "\f270"; }
