/*!
 * Font Awesome Pro 6.x - Self-hosted
 * Webfonts are located in /webfonts/
 *
 * This file contains @font-face declarations and base styles.
 * Icon definitions (fa-arrow-right, fa-car, etc.) are loaded from the Font Awesome kit.
 * To fully self-host, download the complete CSS from your Font Awesome Pro account.
 */

/* Font Face Declarations */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/webfonts/fa-brands-400.woff2') format('woff2'),
       url('/webfonts/fa-brands-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/webfonts/fa-solid-900.woff2') format('woff2'),
       url('/webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/webfonts/fa-regular-400.woff2') format('woff2'),
       url('/webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/webfonts/fa-light-300.woff2') format('woff2'),
       url('/webfonts/fa-light-300.ttf') format('truetype');
}

@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'),
       url('/webfonts/fa-thin-100.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/webfonts/fa-duotone-900.woff2') format('woff2'),
       url('/webfonts/fa-duotone-900.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/webfonts/fa-sharp-solid-900.woff2') format('woff2'),
       url('/webfonts/fa-sharp-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/webfonts/fa-sharp-regular-400.woff2') format('woff2'),
       url('/webfonts/fa-sharp-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/webfonts/fa-sharp-light-300.woff2') format('woff2'),
       url('/webfonts/fa-sharp-light-300.ttf') format('truetype');
}

/* Base Styles */
.fa,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-duotone,
.fa-sharp,
.fas,
.far,
.fal,
.fat,
.fab,
.fad {
  -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-solid,
.fas {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}

.fa-light,
.fal {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}

.fa-thin,
.fat {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 100;
}

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-duotone,
.fad {
  font-family: 'Font Awesome 6 Duotone';
  font-weight: 900;
}

.fa-sharp.fa-solid {
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 900;
}

.fa-sharp.fa-regular {
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 400;
}

.fa-sharp.fa-light {
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 300;
}

/* Sizing */
.fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; }
.fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; }
.fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; }
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; }
.fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; }
.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; }

/* Fixed Width */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* Lists */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-spin-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Rotation */
.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); }

/* Stacking */
.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: var(--fa-stack-z-index, auto);
}

.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
