/*!
 * Font Awesome Subset - Custom build for Antipode Finder
 * Only includes icons actually used in the project
 * 
 * Original: https://fontawesome.com (License: https://fontawesome.com/license)
 * Subset generated using fontawesome-subset
 */

/* Core Font Awesome styles */
.fa,
.fas,
.fa-solid,
.fab,
.fa-brands {
  -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 Awesome Solid */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/static/fonts/fontawesome/fa-solid-900.woff2') format('woff2'),
       url('/static/fonts/fontawesome/fa-solid-900.ttf') format('truetype');
}

.fa,
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

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

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

/* Icon definitions - only the icons we use */

/* Solid icons */
.fa-bars::before {
  content: "\f0c9";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-plus::before {
  content: "\f067";
}

.fa-minus::before {
  content: "\f068";
}

.fa-home::before {
  content: "\f015";
}

/* Brand icons */
.fa-bluesky::before {
  content: "\e671";
}

.fa-facebook-f::before {
  content: "\f39e";
}

.fa-linkedin-in::before {
  content: "\f0e1";
}

/* Utility classes */
.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;
}
