/* Playfair Display - Only weight 600 is used */
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(files/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDXbtPK-F2qC0s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Baskervville - weight 400 */
/* Fix 4: the former latin-ext @font-face block
   (files/YA9Br0yU4l_XOrogbkun3kQ6vLFYXmpq8sRsYuDrigq4dC1F.woff2) was
   removed and the woff2 file deleted. The ONLY Baskervville text on the
   site is the "FADE II BLACK" wordmark (.logo / .baskerville-font), which
   is pure ASCII — the latin-ext subset (U+0100-02BA, …) could never match
   a single character, so the file was ~35 KB of dead download weight for
   any browser that fetched it. Verified before deletion: the filename
   appears in no HTML/JS/other-CSS file except sw.js's PRECACHE_URLS
   (sw.js is handled by the later JS/version-sync package; its tolerant
   Promise.allSettled precache already ignores the now-404 URL, so the
   stale entry is harmless until that package removes it). */
/* latin */
@font-face {
  font-family: 'Baskervville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(files/YA9Br0yU4l_XOrogbkun3kQ6vLFYXmpq8sRsYuDrigS4dA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Raleway - weight 400 only. Weights 500 and 600 are synthesized by the
   browser from this single 400 file via faux-bolding. Declaring only 400
   here is honest: a single static 400 file cannot produce true 500/600
   glyphs, so the previous duplicate 500/600 @font-face blocks that pointed
   at the same file were misleading. h1-h4 use 'Playfair Display' (600), so
   only body text / nav / .cta-button rely on Raleway faux-bold at 500/600. */
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(files/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
