/*
 * Self-hosted variable fonts (not the Google Fonts CDN) to avoid the extra
 * DNS/TLS connection to fonts.gstatic.com. Latin-subset only — Spanish
 * diacritics (á é í ó ú ñ ü ¿ ¡) all live in the Latin-1 range, so no
 * latin-ext/cyrillic/greek/vietnamese subsets are needed for this site.
 * One variable file per family covers the whole weight range instead of a
 * separate static file per weight.
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-var-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-var-latin.woff2") format("woff2");
}
