/* Self-hosted brand fonts.
   Keeping these same-origin prevents privacy tools from blocking Google Fonts
   on deployed pages while allowing them on localhost. */
@font-face{
  font-family:"Archivo";
  font-style:normal;
  font-weight:100 900;
  font-stretch:62% 125%;
  font-display:swap;
  src:url("../assets/fonts/archivo-latin-variable.woff2") format("woff2");
}
@font-face{
  font-family:"Archivo";
  font-style:italic;
  font-weight:100 900;
  font-stretch:62% 125%;
  font-display:swap;
  src:url("../assets/fonts/archivo-latin-variable-italic.woff2") format("woff2");
}
@font-face{
  font-family:"IBM Plex Mono";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("../assets/fonts/ibm-plex-mono-latin-400.woff2") format("woff2");
}
@font-face{
  font-family:"IBM Plex Mono";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("../assets/fonts/ibm-plex-mono-latin-500.woff2") format("woff2");
}
@font-face{
  font-family:"IBM Plex Mono";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url("../assets/fonts/ibm-plex-mono-latin-600.woff2") format("woff2");
}
@font-face{
  font-family:"IBM Plex Mono";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("../assets/fonts/ibm-plex-mono-latin-700.woff2") format("woff2");
}
