/* V70 — self-hosted condensed display face.
   Replaces the "Archivo Narrow" system-font gamble. Archivo Narrow is not present
   on Android, so headings previously fell back to a much wider face and
   overflowed their containers. Archivo Narrow is metrically close, ships with
   the site, and renders identically on every device. */

@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/archivo-narrow-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/archivo-narrow-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/archivo-narrow-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
