/* Self-hosted Inter — replaces the prototype's Google Fonts <link> (PLATFORM_PLAN §17.5).
   Strict-CSP friendly, one fewer third-party origin, no render-blocking external request.

   The woff2 binaries are present in static/fonts/ (rsms/inter, OFL) and served at
   font/woff2: Inter-Regular (400), Inter-Medium (500), Inter-SemiBold (600),
   Inter-Bold (700), Inter-ExtraBold (800). tokens.css sets --font to "Inter, system-ui, …". */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/static/fonts/Inter-ExtraBold.woff2") format("woff2");
}
