/*!
 * Font Awesome Pro 5.13.1 - Custom subset
 * Only includes icons used on this site
 */

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

/* @font-face: Brands */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.woff") format("woff");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* @font-face: Light (fal), Regular (far), Solid (fas) */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"),
       url("../webfonts/fa-light-300.woff") format("woff");
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.woff") format("woff");
}

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

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/* Icon definitions — only icons used on this site */

/* Navigation & UI */
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-sliders-h:before { content: "\f1de"; }

/* Arrows & Chevrons */
.fa-angle-down:before { content: "\f107"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }

/* Contact & Location */
.fa-phone:before { content: "\f095"; }
.fa-map-marker:before { content: "\f041"; }
.fa-clock:before { content: "\f017"; }

/* Status & Info */
.fa-check-circle:before { content: "\f058"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }

/* Content */
.fa-star:before { content: "\f005"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-diamond:before { content: "\f219"; }

/* Ecommerce (disabled but available) */
.fa-shopping-cart:before { content: "\f07a"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-sync:before { content: "\f021"; }

/* Social / Brands */
.fa-instagram:before { content: "\f16d"; }
.fa-yelp:before { content: "\f1e9"; }
.fa-facebook-f:before { content: "\f39e"; }
