/* Libre Franklin (display) + Archivo (body), self-hosted.
   Swapped from the Google Fonts @import: the woff2 binaries are now in
   assets/fonts/, so the site makes zero third-party requests. */
@font-face {
  font-family: 'Libre Franklin';
  src: url('/assets/fonts/libre-franklin-var.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('/assets/fonts/archivo-100-900.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-display: swap;
}

