/* The prototype's typefaces, served by the application itself (#30).
 *
 * Not from Google Fonts: a stylesheet request there carries the visitor's IP address
 * and the page it came from -- a brief's URL -- to a third party, for every page load,
 * which is not something a product holding privileged material should do for the sake
 * of typography. The files are the Latin subsets Google serves, under the SIL Open
 * Font License 1.1 (app/assets/fonts/OFL-*.txt).
 *
 * IBM Plex Sans and Newsreader are variable fonts: one file covers every weight used.
 */

@font-face{
  font-family:"IBM Plex Sans";font-style:normal;font-weight:100 700;font-stretch:100%;font-display:swap;
  src:url("/assets/ibm-plex-sans-variable-578a0041.woff2") format("woff2");
}
@font-face{
  font-family:"IBM Plex Mono";font-style:normal;font-weight:400;font-display:swap;
  src:url("/assets/ibm-plex-mono-400-d13bb5b4.woff2") format("woff2");
}
@font-face{
  font-family:"IBM Plex Mono";font-style:normal;font-weight:500;font-display:swap;
  src:url("/assets/ibm-plex-mono-500-deab9c2b.woff2") format("woff2");
}
@font-face{
  font-family:"Newsreader";font-style:normal;font-weight:200 800;font-display:swap;
  src:url("/assets/newsreader-variable-fe979712.woff2") format("woff2");
}
@font-face{
  font-family:"Newsreader";font-style:italic;font-weight:200 800;font-display:swap;
  src:url("/assets/newsreader-italic-variable-23baac45.woff2") format("woff2");
}
