/* Self-hosted Inter font (v4.0, woff2). Replaces the previous
 * Google Fonts <link> in index.html so visitor IPs are no longer
 * leaked to fonts.googleapis.com / fonts.gstatic.com.
 *
 * Files were sourced from the upstream Inter project at
 * https://rsms.me/inter/ (SIL Open Font License 1.1).
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Inter-Bold.woff2") format("woff2");
}
