/* ═══ Alo Lastik — Self-hosted değişken fontlar (Türkçe alt küme) ═══
   Google Fonts CDN yerine kendi sunucumuzdan servis edilir:
   - 3. parti bağlantı yok (daha hızlı LCP, KVKK/GDPR açısından temiz)
   - Toplam 37 KB (CDN yolu ~180 KB idi)
   - Tek dosya tüm ağırlıkları kapsar (variable font) */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/inter-var.woff2') format('woff2-variations'),
       url('/fonts/inter-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/fonts/outfit-var.woff2') format('woff2-variations'),
       url('/fonts/outfit-var.woff2') format('woff2');
}
