/* ==========================================================================
   Self-hosted fonts. Archivo ships with the theme (woff2, latin + latin-ext).
   Newsreader is the display serif: drop the six woff2 files listed below into
   /assets/fonts/newsreader/ to fully self-host, OR leave the "Newsreader web
   font source" setting on so the theme loads it from a font CDN until you do.
   Keeping both self-hosted is the Core Web Vitals win the brief asks for.
   ========================================================================== */

/* ---- Archivo (UI / body) ------------------------------------------------ */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-v18-latin-ext_latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-v18-latin-ext_latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-v18-latin-ext_latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-v18-latin-ext_latin-600italic.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-v18-latin-ext_latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/archivo/archivo-v18-latin-ext_latin-700italic.woff2") format("woff2");
}

/* ---- Newsreader (display serif) ----------------------------------------
   Expected files (Google Webfonts Helper, latin + latin-ext, woff2):
     newsreader-v20-latin-ext_latin-regular.woff2
     newsreader-v20-latin-ext_latin-italic.woff2
     newsreader-v20-latin-ext_latin-500.woff2
     newsreader-v20-latin-ext_latin-600.woff2
   These @font-face rules are only emitted when the theme setting
   "Newsreader web font source" is set to "Self-hosted". See css/fonts-newsreader.css. */
