/* Self-hosted, so the site makes no third-party requests at all.
   This matters beyond privacy: the card renderer measures text in Inter to
   lay the card out. If the font ever failed to arrive, exported frames would
   silently change geometry. Serving it ourselves removes that failure mode.

   Inter, Archivo and JetBrains Mono are all under the SIL Open Font License
   1.1. Full licence texts sit alongside this file. */

@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;
  src:url(./inter-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;
  src:url(./inter-latin-500-normal.woff2) format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;
  src:url(./inter-latin-600-normal.woff2) format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;
  src:url(./inter-latin-700-normal.woff2) format('woff2')}

/* Variable across weight and width — the landing page sets font-stretch:118% */
@font-face{font-family:'Archivo';font-style:normal;font-weight:100 900;
  font-stretch:62% 125%;font-display:swap;
  src:url(./archivo-latin-wdth-normal.woff2) format('woff2-variations')}

@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400;font-display:swap;
  src:url(./jetbrains-mono-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:500;font-display:swap;
  src:url(./jetbrains-mono-latin-500-normal.woff2) format('woff2')}
