/* Self-hosted Inter — eliminates third-party font-src / style-src origins
 * from our CSP. The variable font covers every weight 100–900 from a
 * single ~350 KB file, which is smaller than shipping four static weights.
 *
 * Inter by Rasmus Andersson, licensed under SIL Open Font License 1.1.
 * Source: https://github.com/rsms/inter/releases/tag/v4.1
 * File:   web/InterVariable.woff2  (sha256: see FONTS.md)
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2-variations");
}
