/* Embedded Fonts CSS */
@font-face {
  font-family: 'FA Brands';
  src: url('/fonts/fa-brands-400.woff2') format('woff2'),
       url('/fonts/fa-brands-400.woff') format('woff');
}
@font-face {
  font-family: 'FA Regular';
  src: url('/fonts/fa-regular-400.woff2') format('woff2'),
       url('/fonts/fa-regular-400.woff') format('woff');
}
@font-face {
  font-family: 'FA Solid';
  src: url('/fonts/fa-solid-900.woff2') format('woff2'),
       url('/fonts/fa-solid-900.woff') format('woff');
}

@font-face {
  font-family: 'FA Compatibility';
  src: url('/fonts/fa-v4compatibility.woff2') format('woff2'),
       url('/fonts/fa-v4compatibility.woff') format('woff');
}
