/* Self-hosted variable fonts for the arcade levels (latin subset).
   Replaces the Google Fonts request:
   family=Unbounded:wght@500;700;900&family=Space+Grotesk:wght@400;500;700 */
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/fonts/unbounded-latin-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/space-grotesk-latin-var.woff2') format('woff2');
}
