/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * This is a custom build containing only the icons used on expertsubmit.com
 */

/* --- 1. FONT DEFINITIONS (Points to your local files) --- */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap; /* Crucial for performance */
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap; /* Crucial for performance */
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

/* --- 2. BASE ICON STYLES --- */
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa, .fab, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* --- 3. SPECIFIC ICONS USED ON YOUR SITE --- */

/* Header & General Icons */
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-bars:before { content: "\f0c9"; }

/* Social Media Icons */
.fa-linkedin:before { content: "\f0e1"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }

/* Service Icons */
.fa-search-dollar:before { content: "\f688"; }
.fa-code:before { content: "\f121"; }
.fa-pen-ruler:before { content: "\f5ae"; }
.fa-pen-to-square:before { content: "\f044"; }
.fa-concierge-bell:before { content: "\f562"; }
.fa-cart-shopping:before { content: "\f07a"; }

/* Other Icons (Used in blog, etc.) */
.fa-calendar-alt:before { content: "\f073"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-check-circle:before { content: "\f058"; }