/* Override Font Awesome font paths to use Rails asset pipeline */
@font-face {
  font-display: block;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fa-brands-400-1b137a72.woff2") format("woff2"),
       url("/assets/fa-brands-400-57db8504.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fa-regular-400-ba6d4b1e.woff2") format("woff2"),
       url("/assets/fa-regular-400-4588fcba.ttf") format("truetype");
}

@font-face {
  font-display: block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fa-solid-900-238f71df.woff2") format("woff2"),
       url("/assets/fa-solid-900-a1ae66eb.ttf") format("truetype");
} 