/* Self-hosted font — no external requests (GDPR).
   Inter: SIL OFL 1.1, https://github.com/rsms/inter
   InterFI.woff2 is a Latin + Mac-keyboard-symbol subset; per the OFL its
   internal font name is "Inter FI" ("Inter" is a Reserved Font Name).
   The CSS family below is a local alias. Covers U+0000-024F, U+1E00-1EFF,
   general punctuation, currency, arrows (⇧ ↩), and misc technical (⌘ ⌥ ⎋ ⌫). */
@font-face {
  font-family: "Inter";
  src: url("../fonts/InterFI.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
