/*!
 * Font Awesome Pro 7 — Project subset
 * Auto-generated — do not edit by hand.
 * To add an icon, update ICONS in C:/passle/fontawesome/scripts/generate-fonts.js
 */

/* ── Font families ───────────────────────────────────────────── */
:root {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-family-kit: "Font Awesome 7 Kit";
}

/* ── @font-face ──────────────────────────────────────────────── */
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("webfonts/fa-solid-900.woff2?v=3") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("webfonts/fa-regular-400.woff2?v=3") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("webfonts/fa-light-300.woff2?v=3") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("webfonts/fa-brands-400.woff2?v=3") format("woff2");
}

/* ── Base container ──────────────────────────────────────────── */
.fa,
.fas,
.far,
.fal,
.fab,
.fak,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands,
.fa-kit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--fa-family, var(--fa-family-classic));
  font-style: normal;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

.fa::before,
.fas::before,
.far::before,
.fal::before,
.fab::before,
.fak::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-brands::before,
.fa-kit::before {
  content: var(--fa, "");
}

/* ── Weight / family assignments ─────────────────────────────── */
.fas,
.fa-solid {
  --fa-style: 900;
}
.far,
.fa-regular {
  --fa-style: 400;
}
.fal,
.fa-light {
  --fa-style: 300;
}
.fab,
.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}
.fak,
.fa-kit {
  --fa-family: var(--fa-family-kit);
  --fa-style: 400;
}
.fa {
  --fa-style: 900;
}

/* ── Fixed width ─────────────────────────────────────────────── */
.fa-fw {
  width: var(--fa-fw, 1.25em);
}

/* ── Size variants ───────────────────────────────────────────── */
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.0833em;
  vertical-align: -0.0833em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0833em;
  vertical-align: -0.0833em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.0625em;
  vertical-align: -0.0625em;
}
.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;
}

/* ── Spin / pulse ────────────────────────────────────────────── */
.fa-spin {
  animation: fa-spin 2s linear infinite;
}
.fa-spin-reverse {
  animation-direction: reverse;
}
.fa-pulse {
  animation: fa-spin 1s steps(8) infinite;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ── Transform helpers ───────────────────────────────────────── */
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both {
  transform: scale(-1, -1);
}

/* ── Stack ───────────────────────────────────────────────────── */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* ── Screen-reader ───────────────────────────────────────────── */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ── Standard icons (subset) ─────────────────────────────────── */
.fa-angle-double-left {
  --fa: "\f100";
}
.fa-angle-down {
  --fa: "\f107";
}
.fa-angle-left {
  --fa: "\f104";
}
.fa-angle-right {
  --fa: "\f105";
}
.fa-angles-left {
  --fa: "\f100";
}
.fa-arrow-right-long {
  --fa: "\f178";
}
.fa-arrow-rotate-right {
  --fa: "\f01e";
}
.fa-arrows-retweet {
  --fa: "\f361";
}
.fa-bell {
  --fa: "\f0f3";
}
.fa-bitbucket {
  --fa: "\f171";
}
.fa-bolt {
  --fa: "\f0e7";
}
.fa-bug {
  --fa: "\f188";
}
.fa-building {
  --fa: "\f1ad";
}
.fa-calendar {
  --fa: "\f073";
}
.fa-calendar-days {
  --fa: "\f073";
}
.fa-caret-down {
  --fa: "\f0d7";
}
.fa-chart-bar {
  --fa: "\f080";
}
.fa-check {
  --fa: "\f00c";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-chevron-left {
  --fa: "\f053";
}
.fa-chevron-right {
  --fa: "\f054";
}
.fa-chevron-up {
  --fa: "\f077";
}
.fa-circle-arrow-left {
  --fa: "\f0a8";
}
.fa-circle-check {
  --fa: "\f058";
}
.fa-circle-exclamation {
  --fa: "\f06a";
}
.fa-circle-info {
  --fa: "\f05a";
}
.fa-circle-play {
  --fa: "\f144";
}
.fa-circle-plus {
  --fa: "\f055";
}
.fa-circle-question {
  --fa: "\f059";
}
.fa-circle-xmark {
  --fa: "\f057";
}
.fa-clock {
  --fa: "\f017";
}
.fa-clock-rotate-left {
  --fa: "\f1da";
}
.fa-code {
  --fa: "\f121";
}
.fa-code-branch {
  --fa: "\f126";
}
.fa-comment-exclamation {
  --fa: "\f4af";
}
.fa-comment-smile {
  --fa: "\f4b4";
}
.fa-comment-xmark {
  --fa: "\f4b5";
}
.fa-copy {
  --fa: "\f0c5";
}
.fa-earth-americas {
  --fa: "\f57d";
}
.fa-ellipsis {
  --fa: "\f141";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-exclamation {
  --fa: "\21";
}
.fa-eye {
  --fa: "\f06e";
}
.fa-facebook-f {
  --fa: "\f39e";
}
.fa-file {
  --fa: "\f15b";
}
.fa-file-invoice {
  --fa: "\f570";
}
.fa-file-pdf {
  --fa: "\f1c1";
}
.fa-film {
  --fa: "\f008";
}
.fa-floppy-disk {
  --fa: "\f0c7";
}
.fa-gear {
  --fa: "\f013";
}
.fa-gears {
  --fa: "\f085";
}
.fa-globe {
  --fa: "\f57d";
}
.fa-google-plus-g {
  --fa: "\f0d5";
}
.fa-hand-point-right {
  --fa: "\f0a4";
}
.fa-hourglass-half {
  --fa: "\f252";
}
.fa-house {
  --fa: "\f015";
}
.fa-image {
  --fa: "\f03e";
}
.fa-inbox {
  --fa: "\f01c";
}
.fa-laptop {
  --fa: "\f109";
}
.fa-lightbulb {
  --fa: "\f0eb";
}
.fa-linkedin-in {
  --fa: "\f0e1";
}
.fa-lock {
  --fa: "\f023";
}
.fa-magnifying-glass {
  --fa: "\f002";
}
.fa-paper-plane {
  --fa: "\f1d8";
}
.fa-pen-to-square {
  --fa: "\f044";
}
.fa-pencil {
  --fa: "\f303";
}
.fa-phone-square-alt {
  --fa: "\f87b";
}
.fa-plus {
  --fa: "\2b";
}
.fa-power-off {
  --fa: "\f011";
}
.fa-puzzle-piece {
  --fa: "\f12e";
}
.fa-reply {
  --fa: "\f3e5";
}
.fa-retweet {
  --fa: "\f079";
}
.fa-right-from-bracket {
  --fa: "\f2f5";
}
.fa-right-left {
  --fa: "\f362";
}
.fa-rotate {
  --fa: "\f2f1";
}
.fa-rotate-right {
  --fa: "\f01e";
}
.fa-rss {
  --fa: "\f09e";
}
.fa-share {
  --fa: "\f064";
}
.fa-share-nodes {
  --fa: "\f1e0";
}
.fa-sign-out {
  --fa: "\f2f5";
}
.fa-sign-out-alt {
  --fa: "\f2f5";
}
.fa-sitemap {
  --fa: "\f0e8";
}
.fa-sliders {
  --fa: "\f1de";
}
.fa-slideshare {
  --fa: "\f1e7";
}
.fa-spinner {
  --fa: "\f110";
}
.fa-star {
  --fa: "\f005";
}
.fa-sync-alt {
  --fa: "\f2f1";
}
.fa-table {
  --fa: "\f0ce";
}
.fa-table-cells {
  --fa: "\f00a";
}
.fa-tag {
  --fa: "\f02b";
}
.fa-tags {
  --fa: "\f02c";
}
.fa-thumbs-down {
  --fa: "\f165";
}
.fa-thumbs-up {
  --fa: "\f164";
}
.fa-times {
  --fa: "\f00d";
}
.fa-trash-can {
  --fa: "\f2ed";
}
.fa-triangle-exclamation {
  --fa: "\f071";
}
.fa-user {
  --fa: "\f007";
}
.fa-users {
  --fa: "\f0c0";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-xing {
  --fa: "\f168";
}
.fa-xmark {
  --fa: "\f00d";
}

/* ── Kit / custom icons (subset) ─────────────────────────────── */
