/* The game's three typefaces, served from here rather than from Google, so no third party sees who is playing.
   Latin letters only. All three are under the SIL Open Font License. */
@font-face {
  font-family: 'Bodoni Moda'; font-style: italic; font-weight: 400 500; font-display: swap;
  src: url(bodoni-moda-italic.woff2?v=3fac62d55a) format('woff2');
}
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url(manrope.woff2?v=e310b55a7f) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(ibm-plex-mono-400.woff2?v=c36f509c0a) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap;
  src: url(ibm-plex-mono-500.woff2?v=a76f53ca66) format('woff2');
}
