/* Self-hosted fonts — Boska + Satoshi
 * Source: Fontshare (open-source, free for commercial use)
 * Downloaded: 2026-06-19. No CDN requests to cdn.fontshare.com or api.fontshare.com.
 * Update: re-run the download script when new weights/variants are needed. */

/* Boska */
@font-face {
  font-family: 'Boska';
  src: url('/panificazione/fonts/boska-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('/panificazione/fonts/boska-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Boska';
  src: url('/panificazione/fonts/boska-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Satoshi */
@font-face {
  font-family: 'Satoshi';
  src: url('/panificazione/fonts/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/panificazione/fonts/satoshi-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/panificazione/fonts/satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
