/* Inter — body/UI typeface, replacing the plain system-font stack.
 *
 * Single variable font (weight axis) covering the full range this site uses
 * (400-700) in one file, self-hosted rather than loaded from Google Fonts at
 * request time.
 *
 * Variable font, from Google Fonts (github.com/google/fonts/tree/main/ofl/inter).
 * SIL Open Font License 1.1 — OFL.txt ships alongside, as the license requires.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter/Inter-Variable.woff2') format('woff2');
}
