/* Minimal Font Awesome subset for the VOSS frontend.
 * Generated from local Pro CSS and rendered site usage.
 * Keep legacy fas/fab/fal aliases because saved WordPress content uses them.
 */
:root {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-family-brands: "Font Awesome 7 Brands";
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/vendor/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

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

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

.fa,
.fas,
.fa-solid,
.fal,
.fa-light,
.fab,
.fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: never;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa,
.fas,
.fa-solid {
  font-family: var(--fa-family-classic);
  font-weight: 900;
}

.fal,
.fa-light {
  font-family: var(--fa-family-classic);
  font-weight: 300;
}

.fab,
.fa-brands {
  font-family: var(--fa-family-brands);
  font-weight: 400;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

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

.fa::before,
.fas::before,
.fa-solid::before,
.fal::before,
.fa-light::before,
.fab::before,
.fa-brands::before {
  content: var(--fa);
}

.fa-arrow-left { --fa: "\f060"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-box-archive { --fa: "\f187"; }
.fa-bus-simple { --fa: "\f55e"; }
.fa-calendar-check { --fa: "\f274"; }
.fa-car { --fa: "\f1b9"; }
.fa-check { --fa: "\f00c"; }
.fa-clock { --fa: "\f017"; }
.fa-comments { --fa: "\f086"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-euro-sign { --fa: "\f153"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-file-signature { --fa: "\f573"; }
.fa-info { --fa: "\f129"; }
.fa-info-circle { --fa: "\f05a"; }
.fa-instagram { --fa: "\f16d"; }
.fa-leaf { --fa: "\f06c"; }
.fa-lightbulb { --fa: "\f0eb"; }
.fa-link { --fa: "\f0c1"; }
.fa-linkedin { --fa: "\f08c"; }
.fa-linkedin-in { --fa: "\f0e1"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-pause { --fa: "\f04c"; }
.fa-pen-ruler { --fa: "\f5ae"; }
.fa-phone { --fa: "\f095"; }
.fa-phone-volume { --fa: "\f2a0"; }
.fa-pinterest { --fa: "\f0d2"; }
.fa-play { --fa: "\f04b"; }
.fa-plus { --fa: "\+"; }
.fa-reddit { --fa: "\f1a1"; }
.fa-ruler-combined { --fa: "\f546"; }
.fa-screwdriver-wrench { --fa: "\f7d9"; }
.fa-snapchat { --fa: "\f2ab"; }
.fa-star { --fa: "\f005"; }
.fa-stop { --fa: "\f04d"; }
.fa-store { --fa: "\f54e"; }
.fa-sun { --fa: "\f185"; }
.fa-telegram { --fa: "\f2c6"; }
.fa-thumbs-down { --fa: "\f165"; }
.fa-thumbs-up { --fa: "\f164"; }
.fa-tiktok { --fa: "\e07b"; }
.fa-triangle-exclamation { --fa: "\f071"; }
.fa-twitter { --fa: "\f099"; }
.fa-volume-high { --fa: "\f028"; }
.fa-whatsapp { --fa: "\f232"; }
.fa-wheelchair { --fa: "\f193"; }
.fa-xing { --fa: "\f168"; }
.fa-xmark { --fa: "\f00d"; }
.fa-youtube { --fa: "\f167"; }
