/* Self-hosted Newsreader (SIL OFL 1.1; see /fonts/OFL.txt).
 *
 * Latin subset only — the landing pages render only ASCII + common
 * punctuation. The variable font's opsz axis is left implicit (6..72)
 * because Google Fonts serves Newsreader at that range, and the
 * variable axis is honoured by every modern browser.
 */
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/newsreader-roman.woff2') format('woff2');
}

@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/newsreader-italic.woff2') format('woff2');
}
