/* Self-hosted webfonts (Google Fonts latin subsets, variable weight).
   Family names match the page's font stacks, so they activate without CSS changes. */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/geist-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(fonts/playfair-normal.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(fonts/playfair-italic.woff2) format("woff2");
}
