/* Self-hosted display faces (latin subsets, downloaded 2026-07-15 from Google Fonts).
   Storybook skin uses Fraunces; Heirloom uses Cormorant. Body text stays on the system stack.
   Add these four files + this sheet to the service worker SHELL precache on merge. */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 560;
  font-display: swap;
  src: url("/fonts/fraunces-560.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 560;
  font-display: swap;
  src: url("/fonts/fraunces-italic-560.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/cormorant-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/cormorant-italic-500.woff2") format("woff2");
}
