@font-face {
  font-family: "Font Awesome 6 Brands";
  src:
    local("Font Awesome 6 Brands"),
    url("../../Fonts/webfonts/fa-brands-400.woff2") format("woff2"),
    url("../../Fonts/webfonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  src:
    url("../../Fonts/webfonts/fa-regular-400.woff2") format("woff2"),
    url("../../Fonts/webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  src:
    url("../../Fonts/webfonts/fa-solid-900.woff2") format("woff2"),
    url("../../Fonts/webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../../Fonts/webfonts/fa-v4compatibility.woff2") format("woff2");
}