/* Fonts vendored locally so the game works offline and loads nothing from other websites.
   Caveat and Nunito are variable fonts from Google Fonts, SIL Open Font License 1.1. */
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/caveat.woff2) format('woff2'); }
@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 200 1000; font-display: swap; src: url(fonts/nunito.woff2) format('woff2'); }
