/* Self-hosted General Sans — used by app (via @import), Stripe/Clerk cssSrc, OG scripts */
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/general-sans/GeneralSans-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/general-sans/GeneralSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/general-sans/GeneralSans-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/general-sans/GeneralSans-Semibold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/general-sans/GeneralSans-Bold.woff") format("woff");
  font-display: swap;
}
