/* Jost — a geometric Futura revival, self-hosted.
 *
 * This is the web fallback behind "Futura PT" everywhere the brand asks for
 * Futura: the marketing and devise layouts (via the Tailwind display/marketing
 * stacks) and the share/recap card layouts. Futura PT and Futura are named
 * first in those stacks, so a machine that genuinely has them still wins; Jost
 * is what actually resolves on Linux, which is where the cards are rendered
 * and where most visitors are.
 *
 * Variable font, wght 100-900, so real weights rather than synthetic bold.
 * Licensed under the SIL Open Font License 1.1 — see app/assets/fonts/Jost-OFL.txt.
 */
@font-face {
  font-family: "Jost";
  src: url(/assets/Jost-31fb4c7c94101e2f516c46a488e64da9b6ab4ae4fbab337a7082e9bfa355af03.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
