/* Self-hosted fonts (latin subset, variable). Mirrors Google Fonts mapping.
   Self-hosting removes external origins so the CSP can drop fonts.googleapis.com /
   fonts.gstatic.com and 'unsafe-inline'. */
@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");
}
