/*
 * Font Awesome Pro 7.1.0 - Asset Pipeline Integration
 * Licensed under Font Awesome Pro 7.1.0 commercial license
 * Overrides @font-face from vendor CSS to use Rails asset pipeline paths
 *
 * Vendor Required (fontawesome-classes.css references):
 *  - "Font Awesome 7 Pro"
 *  - "Font Awesome 7 Free"
 *  - "Font Awesome 7 Brands"
 *
 * Legacy Required (customer themes/SCSS compatibility):
 *  - "FontAwesome"
 *
 * Note: Multiple @font-face rules reference the same font files to support
 * different font-family names. CSS does not have a native aliasing mechanism,
 * but browsers deduplicate font downloads by URL, so each woff2 file is only
 * downloaded once regardless of how many @font-face rules reference it.
 */
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-056890c6fa2834e8cab8ca18282dbfc90a9e35ca8e69b534aa150f51cdda2bc6.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-4496ac62f29f9da73912fec7d82a56c149fc4023d04f6a2f004c18d79fa82613.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-4a11a1b3a49994071c7b89cfa995e6019a56954913bf99fbef22094a6eaf628f.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-056890c6fa2834e8cab8ca18282dbfc90a9e35ca8e69b534aa150f51cdda2bc6.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-4496ac62f29f9da73912fec7d82a56c149fc4023d04f6a2f004c18d79fa82613.woff2) format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-056890c6fa2834e8cab8ca18282dbfc90a9e35ca8e69b534aa150f51cdda2bc6.woff2) format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-4496ac62f29f9da73912fec7d82a56c149fc4023d04f6a2f004c18d79fa82613.woff2) format("woff2");
}
/*
 * FontAwesome Font Faces ONLY (Synchronous, Critical)
 * Just @font-face declarations - must load before any FA classes
 * FA classes moved to fontawesome-classes.css for async loading

 */
