/* Self-hosted Inter (ALI-564) for the DJANGO-rendered surfaces: allauth pages,
   the legal pages and the public share pages (/u, /g, /o).
   
   This has to be an external stylesheet, not an inline <style>: those pages run
   under the @public CSP, whose `style-src-elem 'self'` deliberately forbids
   inline style ELEMENTS (ALI-184 keylogger defence — pinned by
   test_public_*_has_no_inline_style_block). An external file from our own
   origin satisfies 'self'.

   One variable file, subset to latin + cyrillic + the punctuation and currency
   we render. Licence: SIL OFL 1.1, see Inter-LICENSE.txt. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./InterVariable.9c1cd9f62860.woff2") format("woff2");
}
