/* Inter (variable), self-hosted — replaces the rsms.me stylesheet so the site
   makes no third-party requests at all (the privacy page's "collects nothing"
   claim holds without a footnote). The committed Tailwind build resolves the
   legacy family name "Inter var".
   Font: Copyright (c) The Inter Project Authors, licensed under the SIL Open
   Font License 1.1 — https://github.com/rsms/inter/blob/master/LICENSE.txt */
@font-face {
  font-family: 'Inter var';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter var';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable-Italic.woff2') format('woff2');
}
