/* AllAboutPlaya — Google Fonts self-hosted (S4).
   Migrated from CDN to comply with strict CSP (font-src 'self'). Google serves a
   single variable woff2 per family covering the whole weight range, so one file
   each (latin subset) replaces every weight the design uses:
     Playfair Display -> 400 / 600 / 700   (headings)
     Source Sans 3    -> 300 / 400 / 600 / 700 (body/UI) */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/playfair-display-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-latin.woff2') format('woff2');
}
