/* Self-hosted fonts (Fraunces + Work Sans), latin subset only.
   Downloaded once from Google Fonts — no requests to Google at runtime,
   which also avoids transmitting visitor IPs to Google servers. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fraunces-normal.woff2') format('woff2-variations'), url('fraunces-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('fraunces-italic.woff2') format('woff2-variations'), url('fraunces-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('work-sans.woff2') format('woff2-variations'), url('work-sans.woff2') format('woff2');
}
