/* Webfonts — self-hosted woff2 (latin subset), served by the app instead of
   Google's CDN. OFL: Bungee, Space Grotesk, Space Mono.
   Files live in ../fonts/ ; Propshaft rewrites each url() to its digested path.
   Bungee → display/logo · Space Grotesk → body/UI · Space Mono → labels. */

@font-face {
  font-family: "Bungee";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/design-system/fonts/bungee-400-d87deac9.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/design-system/fonts/space-grotesk-400-b217bce7.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/design-system/fonts/space-grotesk-500-4b7aea1d.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/design-system/fonts/space-grotesk-600-ab3ffa9f.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/design-system/fonts/space-grotesk-700-36c6c9a5.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/design-system/fonts/space-mono-400-6d6f4004.woff2") format("woff2");
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/design-system/fonts/space-mono-700-47df4379.woff2") format("woff2");
}
