/**
 * Local Self-Hosted Fonts
 * 
 * Replaces external fonts.bunny.net CDN with local font files
 * for privacy and performance.
 * 
 * No external requests - complete privacy control
 */

/* Instrument Sans - 400 (Regular) */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/instrument-sans/instrument-sans-400.woff2') format('woff2');
}

/* Instrument Sans - 500 (Medium) */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/instrument-sans/instrument-sans-500.woff2') format('woff2');
}

/* Instrument Sans - 600 (Semibold) */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/instrument-sans/instrument-sans-600.woff2') format('woff2');
}

/* Figtree - 400 (Regular) */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/figtree/figtree-400.woff2') format('woff2');
}

/* Figtree - 500 (Medium) */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/figtree/figtree-500.woff2') format('woff2');
}

/* Figtree - 600 (Semibold) */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/figtree/figtree-600.woff2') format('woff2');
}
