/*
  Font Awesome Thin Subset
  Contains only: base thin classes and the icons used in this site.
  Version: 6.x compatible (Pro family names present in existing assets)
*/

/* Font face: thin only */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(../webfonts/fa-thin-100.woff2) format("woff2");
}

/* Base classes (thin only) */
.fa,
.fa-thin {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}
.fa:before,
.fa-thin:before {
  content: var(--fa);
}

/* Size utilities (subset) */
.fa-1x{font-size:1em}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-6x{font-size:6em}
.fa-7x{font-size:7em}
.fa-8x{font-size:8em}
.fa-9x{font-size:9em}
.fa-10x{font-size:10em}
.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}
.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}
.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}
.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}
.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}
.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}
.fa-fw{text-align:center;width:1.25em}

/* List utilities (optional) */
.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}
.fa-ul>li{position:relative}
.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}

/* Icon content mappings (only those used in the site) */
.fa-arrow-right{--fa:"\f061"}
.fa-barcode{--fa:"\f02a"}
.fa-book{--fa:"\f02d"}
.fa-plug{--fa:"\f1e6"}
.fa-users{--fa:"\f0c0"}
.fa-repeat{--fa:"\f363"}
.fa-chart-line{--fa:"\f201"}
.fa-circle-check{--fa:"\f058"}
.fa-xmark{--fa:"\f00d"}
.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa:"\f468"}
.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}
.fa-calculator{--fa:"\f1ec"}
.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}
.fa-cash-register{--fa:"\f788"}
.fa-print{--fa:"\f02f"}
.fa-display{--fa:"\e163"}
.fa-tv,.fa-television,.fa-tv-alt{--fa:"\f26c"}
.fa-bolt{--fa:"\f0e7"}
.fa-user-gear,.fa-user-cog{--fa:"\f4fe"}
.fa-puzzle-piece{--fa:"\f12e"}
.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}
.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}
.fa-shoe-prints{--fa:"\f54b"}
.fa-store{--fa:"\f54e"}
.fa-user-plus{--fa:"\f234"}
.fa-phone{--fa:"\f095"}
.fa-badge-percent{--fa:"\f646"}
.fa-file-invoice{--fa:"\f570"}
.fa-user{--fa:"\f007"}
.fa-table-cells-large,.fa-th-large{--fa:"\f009"}
.fa-truck-fast,.fa-shipping-fast{--fa:"\f48b"}
.fa-layer-group{--fa:"\f5fd"}
.fa-arrows-rotate,.fa-sync,.fa-refresh{--fa:"\f021"}
.fa-wrench{--fa:"\f0ad"}
.fa-person-dress,.fa-female{--fa:"\f182"}
.fa-child{--fa:"\f1ae"}
.fa-check{--fa:"\f00c"}
.fa-chevron-down{--fa:"\f078"}
.fa-star{--fa:"\f005"}
