/* Local variable fonts (latin subsets), self-hosted next to this file.
   Playfair Display: 400–900 normal + 400–900 italic.
   Hanken Grotesk:   300–800 normal. */

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("playfair.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("playfair-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("hanken.woff2") format("woff2");
}
