/* 0hp type — self-hosted, subset, three files (~117 KB all told).
   Faces (both licensed SIL OFL 1.1 — full text: /assets/fonts/OFL.txt):
     · Cormorant Garamond SemiBold — the display face: headlines, the wordmark.
     · Vollkorn variable (wght 400–900, roman + italic) — everything else.
   Latin subsets of the upstream releases. Do not add weights casually:
   every kilobyte here ships to a phone before anything else renders. */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("/assets/fonts/vollkorn-var.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("/assets/fonts/vollkorn-italic-var.woff2") format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
