﻿/*!
 * Font Awesome subset for index.html — same icons, ~2KB CSS + one woff2 (~270KB) vs 400KB full CSS
 */
.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa::before,
.fas::before,
.fa-solid::before {
  display: inline-block;
}
.fa-angle-up::before { content: "\f106"; }
.fa-angle-down::before { content: "\f107"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-email::before { content: "\f0e0"; }
.fa-long-arrow-alt-left::before { content: "\f30a"; }
.fa-long-arrow-alt-right::before { content: "\f30b"; }
.fa-map-marker::before { content: "\f041"; }
.fa-phone::before { content: "\f095"; }
.fa-phone-square::before { content: "\f098"; }
.fa-search::before { content: "\f002"; }
.fa-times::before { content: "\f00d"; }
/* Product pages (asset-tagging, etc.) */
.fa-award::before { content: "\f559"; }
.fa-brain::before { content: "\f5dc"; }
.fa-building::before { content: "\f1ad"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-globe::before { content: "\f0ac"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-robot::before { content: "\f544"; }
.fa-route::before { content: "\f4d7"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-user-shield::before { content: "\f505"; }
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../../fonts/fa-solid-900.woff2") format("woff2"),
    url("../../fonts/fa-solid-900.woff") format("woff"),
    url("../../fonts/fa-solid-900.ttf") format("truetype");
}
