/*
 * Self-hosted replacements for the 3 Google Fonts loaded remotely in
 * src/styles/fonts.css (Newsreader, Inter, Source Sans 3). Each file below
 * is a variable font covering the full weight range used across the site,
 * latin subset only. Enqueue this file from the WP theme instead of calling
 * fonts.googleapis.com.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('inter-variable.woff2') format('woff2');
}

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

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

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('sourcesans3-variable.woff2') format('woff2');
}
