/* Self-hosted latin subsets (downloaded from Google Fonts).
   Propshaft rewrites the relative url()s to digested asset paths.
   Archivo ships as one variable woff2 (full wght axis); Space Mono is static 400/700. */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/archivo-latin-variable-51bfae9b.woff2") format("woff2");
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/space-mono-latin-400-6d6f4004.woff2") format("woff2");
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/space-mono-latin-700-47df4379.woff2") format("woff2");
}
