/*
 * Jost variable font — self-hosted from source (OFL-licensed).
 *
 * Uses the raw (unsubsetted) variable font to avoid a Chrome macron-rendering
 * bug caused by Google Fonts' subsetter (https://github.com/google/fonts/issues/7017).
 * The subsetted builds (Google Fonts CDN, Bunny Fonts) all exhibit the bug;
 * only the original TTF is unaffected.
 */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/jost/Jost-VariableFont_wght.ttf') format('truetype');
}
