/* Source Serif 4 Font - Self-hosted (variable, optical-size aware) */
/* Downloaded from Google Fonts to eliminate external CDN dependency */

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('./SourceSerif4.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('./SourceSerif4-Italic.ttf') format('truetype-variations');
}
