/*!
 * Font Awesome Free 5.9.0 (subset) — 24 icons used on soakers.biz
 * License: https://fontawesome.com/license/free
 */

/* Base */
.fa, .fas, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-3x { font-size: 3em; }

/* Solid icons */
.fa-bolt:before { content: "\f0e7"; }
.fa-bone:before { content: "\f5d7"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-clock:before { content: "\f017"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-hand-paper:before { content: "\f256"; }
.fa-headache:before { content: "\f7f5"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-leaf:before { content: "\f06c"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-running:before { content: "\f70c"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-spine:before { content: "\f83e"; }
.fa-star:before { content: "\f005"; }
.fa-times:before { content: "\f00d"; }
.fa-users:before { content: "\f0c0"; }
.fa-wrench:before { content: "\f0ad"; }

/* Brand icons */
.fa-facebook-f:before { content: "\f39e"; }
.fa-google:before { content: "\f1a0"; }
.fa-yelp:before { content: "\f1e9"; }

/* Font faces — solid + brands only (no regular needed) */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fa-brands-400.woff2") format("woff2"),
       url("fa-brands-400.woff") format("woff");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fa-solid-900.woff2") format("woff2"),
       url("fa-solid-900.woff") format("woff");
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
