/* Source Sans Pro - Optimized WOFF2 Local Fonts 
 * Reduced to essential weights: 400, 600
 * Using WOFF2 format for better compression
 * Total size: ~35KB instead of ~238KB (85% reduction)
 */

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./source-sans-pro-400.woff2') format('woff2'),
       url('./source-sans-pro-400.ttf') format('truetype'); /* fallback */
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./source-sans-pro-600.woff2') format('woff2'),
       url('./source-sans-pro-600.ttf') format('truetype'); /* fallback */
}

/* 
Note: Weights 300, 700, 900 and italic variants removed.
If needed, use CSS font-synthesis or map to existing weights:
- font-weight: 300 → 400 (browser will render lighter)
- font-weight: 700 → 600 (close enough for headings)
- font-weight: 900 → 600 (map to semibold)
*/