/* Self-hosted fonts — latin subset, woff2.
   Cormorant Garamond (display serif) + Oswald (condensed poster caps).
   Retro-postcard pairing #1. font-display: swap. */

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("cormorant-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src: url("cormorant-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("oswald-latin.woff2") format("woff2");
}
