/* Self-hosted fonts (latin subsets) so no visitor data goes to Google.
   Big Shoulders and Archivo are variable fonts covering the full weight range. */

@font-face {
  font-family: "Big Shoulders";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("big-shoulders.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("archivo.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("space-mono-400.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("space-mono-700.woff2") format("woff2");
}
