@font-face {
    font-family: "fa-brands";
    src: url("./fa-brands-400.ttf");
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "fa-regular";
    src: url("./fa-regular-400.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "fa-solid";
    src: url("./fa-solid-900.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
