/* Geist Sans & Mono — Variable Fonts (self-hosted)
   Tek dosyada 100-900 weight range, italic dahil.
   Lisans: SIL Open Font License 1.1 — Vercel
   Kaynak: github.com/vercel/geist-font */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Geist-Variable.woff2') format('woff2-variations'),
       url('/fonts/Geist-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Geist-Italic-Variable.woff2') format('woff2-variations'),
       url('/fonts/Geist-Italic-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/GeistMono-Variable.woff2') format('woff2-variations'),
       url('/fonts/GeistMono-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/GeistMono-Italic-Variable.woff2') format('woff2-variations'),
       url('/fonts/GeistMono-Italic-Variable.woff2') format('woff2');
}

/* CDN takma adı uyumluluğu: bazı yerlerde "Geist Sans" yazılmış olabilir */
@font-face {
  font-family: 'Geist Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Geist-Variable.woff2') format('woff2-variations'),
       url('/fonts/Geist-Variable.woff2') format('woff2');
}
