/* Inter carries no `unicode-range`, so it claims all of Unicode — deliberate.
   It is first in --font-sans and the browser falls through PER GLYPH on the
   CJK it does not have, onto "Noto Sans JP" (noto-sans-jp.css, generated by
   bin/build-jp-font-subset). Adding a range here would only make Latin
   fall through too. */
@font-face {
  font-family: "InterVariable";
  /* app/assets/fonts is its own propshaft load-path root, so the logical path is flat. */
  src: url("/assets/InterVariable-884c49a1.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
