/* Self-hosted Font Awesome Free 6.5.1 subset.
   Only the 11 icons this site actually uses, so we do not depend on cdnjs.
   Fonts: SIL OFL 1.1. Icons: CC BY 4.0. https://fontawesome.com/license/free */

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

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fa-solid-900.woff2) format('woff2');
}

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

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* brands */
.fa-amazon:before { content: "\f270"; }
.fa-facebook:before { content: "\f09a"; }
.fa-goodreads:before { content: "\f3a8"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-x-twitter:before { content: "\e61b"; }
.fa-youtube:before { content: "\f167"; }

/* solid */
.fa-book:before { content: "\f02d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-print:before { content: "\f02f"; }
