/* Casey & Bobbie — self-hosted type.
   TWO families only, identical to the Supermodel Survival SERIES deck, which is
   the brand standard for this property (Baron, 2026-07-31):

     Playfair Display  display headlines + editorial italic accents
     Inter             everything else (kickers, body, labels, folios, captions)

   Bodoni Moda, Cormorant Garamond and Lora were retired 2026-07-31 and their
   woff2 files removed from the deployed site. Originals are kept locally in
   _type-backup-20260731-104354/fonts-old/.

   Same woff2 binaries as series/assets/fonts/ so the deck and the book site are
   metrically identical.

   Inter's variable file has no true italic, so italic requests point at the same
   upright file. That means Inter must NEVER be set in italic (it would render
   upright). All editorial italic in this property is Playfair Display Italic,
   which is a real italic.

   NOTE FOR DEPLOY: this file and /fonts/ are served OUTSIDE the password gate on
   purpose — gate.html needs its own typography. See nginx-caseybobby.conf. */

@font-face{
  font-family:'Playfair Display'; font-style:normal; font-weight:400 700; font-display:block;
  src:url(fonts/playfair-normal.woff2) format('woff2');
}
@font-face{
  font-family:'Playfair Display'; font-style:italic; font-weight:400 700; font-display:block;
  src:url(fonts/playfair-italic.woff2) format('woff2');
}
@font-face{
  font-family:'Inter'; font-style:normal; font-weight:100 900; font-display:block;
  src:url(fonts/inter-variable.woff2) format('woff2');
}
@font-face{
  font-family:'Inter'; font-style:italic; font-weight:100 900; font-display:block;
  src:url(fonts/inter-variable.woff2) format('woff2');
}
