@font-face {
  font-family: "CHA Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "CHA Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "CHA Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "CHA Ultimate-Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("/assets/fonts/Ultimate-Icons.woff") format("woff"),
    url("/assets/fonts/Ultimate-Icons.ttf") format("truetype");
}

.fa,
.fas {
  font-family: "CHA Font Awesome 5 Free" !important;
}

.far {
  font-family: "CHA Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

.fab {
  font-family: "CHA Font Awesome 5 Brands" !important;
}

.ua-icon {
  font-family: "CHA Ultimate-Icons" !important;
}
