/* ── Vendored fonts for offline PWA support ── */

/* Source Serif 4 — body text (variable font, latin subset) */
@font-face {
  font-family: 'Source Serif 4';
  src: url('/vendor/fonts/SourceSerif4-Variable.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif 4';
  src: url('/vendor/fonts/SourceSerif4-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* DM Sans — UI text (variable font, latin subset) */
@font-face {
  font-family: 'DM Sans';
  src: url('/vendor/fonts/DMSans-Variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
