/* Font Awesome 6.5.1 — Solid subset
   Only the 17 icons used in contact.html are included.
   Full all.min.css (~70KB) replaced by this file + fa-solid-900.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');
}

/* Base icon styles */
.fa-solid, .fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* Icons used in contact.html */
.fa-microphone::before    { content: "\f130"; }
.fa-plug::before          { content: "\f1e6"; }
.fa-dumbbell::before      { content: "\f44b"; }
.fa-comment::before       { content: "\f075"; }
.fa-clock::before         { content: "\f017"; }
.fa-guitar::before        { content: "\f7a6"; }
.fa-piggy-bank::before    { content: "\f4d3"; }
.fa-camera::before        { content: "\f030"; }
.fa-bowl-food::before     { content: "\e4c6"; }
.fa-handshake::before     { content: "\f2b5"; }
.fa-compact-disc::before  { content: "\f51f"; }
.fa-star::before          { content: "\f005"; }
.fa-calendar-check::before{ content: "\f274"; }
.fa-envelope::before      { content: "\f0e0"; }
.fa-phone::before         { content: "\f095"; }
.fa-location-dot::before  { content: "\f3c5"; }
.fa-music::before         { content: "\f001"; }
