/*
 * The three Cartel faces, self-hosted (ADR 0010) — a font CDN is a defect.
 * Regenerate with `bin/vendor-fonts`, which re-subsets from upstream and
 * refuses to write a face that has lost a Spanish diacritic.
 *
 * The unicode-range is the subset the vendoring script cuts: ASCII, Latin-1
 * (the whole Spanish set), and the punctuation the fight log uses. Anything
 * else — emoji above all — falls through to the stacks in tokens.css.
 */

@font-face {
  font-family: Bungee;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/bungee-latin-5cea468a.woff2") format("woff2");
  unicode-range: U+20-7E, U+A0-FF, U+2013-2014, U+2018-2019, U+201C-201D,
    U+2022, U+2026, U+2212;
}

@font-face {
  font-family: Archivo;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/archivo-latin-2726f5b2.woff2") format("woff2");
  unicode-range: U+20-7E, U+A0-FF, U+2013-2014, U+2018-2019, U+201C-201D,
    U+2022, U+2026, U+2212;
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/space-mono-latin-400-de0fb31b.woff2") format("woff2");
  unicode-range: U+20-7E, U+A0-FF, U+2013-2014, U+2018-2019, U+201C-201D,
    U+2022, U+2026, U+2212;
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/space-mono-latin-700-6578334b.woff2") format("woff2");
  unicode-range: U+20-7E, U+A0-FF, U+2013-2014, U+2018-2019, U+201C-201D,
    U+2022, U+2026, U+2212;
}
