/* Newsreader italic variable font — load only on pages with <em> or .article__body blockquotes (founder profile, long-voyage). */
@font-face {
  font-family: 'Newsreader';
  src: url('/fonts/Newsreader-Italic-VariableFont_opsz,wght.woff2') format('woff2');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
