/*!
 * Font Awesome Free (Subset) - Latest v6
 * Version: 6.7.2 (November 2025) - UPDATE VERSION BELOW IN ALL 3 @font-face DECLARATIONS
 * License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 *
 * Custom subset with only 23 icons (instead of 7000+)
 * Reduces from 280KB full CSS to 2KB subset
 *
 * Icons included:
 * - Solid (19): arrow-right, bolt, bullseye, calendar, camera, check, chevron-left, code, comments, envelope, gem, globe, home, link, phone, plane, star, users, wrench
 * - Regular (1): clock
 * - Brands (3): github, instagram, linkedin
 *
 * To update version: Replace "6.7.2" in all 3 URL declarations below
 */

/* Font Face Declarations - VERSION: 6.7.2 */
@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.7.2/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.7.2/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.7.2/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Base styles */
.fa, .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;
}

/* Solid icons (default weight 900) */
.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Regular icons (weight 400) */
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Brand icons */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon definitions - only the 23 icons you use */

/* Solid Icons */
.fa-arrow-right::before { content: "\f061"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-bullseye::before { content: "\f140"; }
.fa-calendar::before { content: "\f133"; }
.fa-camera::before { content: "\f030"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-code::before { content: "\f121"; }
.fa-comments::before { content: "\f086"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-gem::before { content: "\f3a5"; }
.fa-globe::before { content: "\f0ac"; }
.fa-home::before { content: "\f015"; }
.fa-link::before { content: "\f0c1"; }
.fa-phone::before { content: "\f095"; }
.fa-plane::before { content: "\f072"; }
.fa-star::before { content: "\f005"; }
.fa-users::before { content: "\f0c0"; }
.fa-wrench::before { content: "\f0ad"; }

/* Regular Icons */
.fa-clock::before { content: "\f017"; }

/* Brand Icons */
.fa-github::before { content: "\f09b"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin::before { content: "\f08c"; }
