/* Self-hosted variable fonts — replaces the fonts.googleapis.com <link>,
   which production's CSP (style-src 'self') silently blocks. Latin subset only. */

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/assets/fonts/newsreader-normal-var.woff2") format("woff2-variations"),
       url("/assets/fonts/newsreader-normal-var.woff2") format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url("/assets/fonts/newsreader-italic-var.woff2") format("woff2-variations"),
       url("/assets/fonts/newsreader-italic-var.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-var.woff2") format("woff2-variations"),
       url("/assets/fonts/space-grotesk-var.woff2") format("woff2");
}
