/* Self-hosted variable fonts (latin subset) — replaces render-blocking Google Fonts. */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:500 700;
  font-display:swap;
  src:url('/fonts/cormorant-garamond.woff2') format('woff2');
}
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('/fonts/plus-jakarta-sans.woff2') format('woff2');
}
