/* Self-hosted fonts — served from this domain so nothing third-party can block them.
   Playfair Display (display serif, the self-hostable Operetta/Didone match) + Hanken Grotesk (UI).
   font-weight spans the full axis so EVERY weight used on the site matches and never falls back. */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/playfair.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/playfair-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/hanken.woff2') format('woff2');
}
