@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&family=Source+Serif+4:wght@400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Font Awesome 7 Free";
  src: url("/assets/fonts/fa-solid-900.woff2") format("woff2"),
    url("/assets/fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 7 Free";
  src: url("/assets/fonts/fa-regular-400.woff2") format("woff2"),
    url("/assets/fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  src: url("/assets/fonts/fa-brands-400.woff2") format("woff2"),
    url("/assets/fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
