/* Self-hosted fonts — replaces the cross-origin Google Fonts request that delayed LCP.
   Variable woff2 files cover the full weight range used by the theme.
   font-display:swap keeps text visible during load. */

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("playfair-display.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("playfair-display-italic.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("ibm-plex-sans.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url("ibm-plex-sans-italic.woff2") format("woff2");
}
