/* Iosevka — the site's display face, in the seat the serif used to hold.
   Latin subset of the app's own res/font/iosevka_medium.ttf (the top-40 rank face),
   converted to WOFF2: 23 KB against 679 KB of raw TTF, with the copyright, designer,
   and OFL records kept — a subset should still say whose work it is. No CDN, no
   third-party request: the site makes no outbound calls for type.

   One face exists: Medium, upright. There is no italic and no bold in this family, so
   the @font-face declares weight 500 and style normal, and every rule that sets Iosevka
   asks for 500 — a heavier ask would be synthesised, and the browser's slant and smear
   are not what Iosevka looks like. */

@font-face{
  font-family:"Iosevka";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("iosevka-500.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2070-209F,U+20AC,U+2122,U+2190-2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
