/*
 * Self-hosted OFL fonts (latin subset). Enqueued explicitly so Atomic /
 * WordPress.com always emits @font-face for both families — theme.json
 * fontFace alone only shipped Quattrocento (the body face) in production.
 */

@font-face {
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/quattrocento-sans-400.woff2") format("woff2");
}

@font-face {
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/quattrocento-sans-700.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Upright";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cormorant-upright-400.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Upright";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-upright-700.woff2") format("woff2");
}
