/* Self-hosted display face (latin subset, from Google Fonts).
   Denton Ranch uses Fraunces for display; body text stays on the system stack.
   These files + this sheet are in the service worker SHELL precache. */

@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");
}

/* Heirloom's display face. Deliberately NOT in the service worker's precache:
   only one of eight skins uses it, so it loads on demand the first time someone
   picks Heirloom rather than costing every install ~47KB up front. */
@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");
}
