/* BRANDS */
@font-face {
  font-family: "FA-Brands";
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* SOLID */
@font-face {
  font-family: "FA-Solid";
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* REGULAR */
@font-face {
  font-family: "FA-Regular";
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}