/* Font Awesome 6 - Subset for portfolio site */
/* Only includes icons actually used on this site */

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

@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, .far, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

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

/* Solid icons (fas) */
.fa-moon::before { content: "\f186"; }
.fa-sun::before { content: "\f185"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-lock::before { content: "\f023"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-search::before { content: "\f002"; }
.fa-eye::before { content: "\f06e"; }
.fa-microphone-alt::before { content: "\f3c9"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-book-open::before { content: "\f518"; }
.fa-brain::before { content: "\f5dc"; }

/* Regular icons (far) */
.fa-calendar::before { content: "\f133"; }
.fa-clock::before { content: "\f017"; }

/* Brand icons (fab) */
.fa-x-twitter::before { content: "\e61b"; }
.fa-github::before { content: "\f09b"; }
.fa-linkedin::before { content: "\f0e1"; }
.fa-youtube::before { content: "\f167"; }
