/* EŞİK fonts — Inter self-host (anayasa K12/K13/K41).
   3 statik woff2: 400 / 500 / 600. 700 bu sitede YOKTUR (K13) — dosyası bile
   gemide değildir. Subset: latin + latin-ext TEK dosyada birleşik
   (Türkçe ğ/ş/İ/ı latin-ext'tedir; ayrık subset riski yok).
   Preload yalnız 400 + 600 (functions.php); 500 preload'suz gelir.
   Hiçbir sayfa üçüncü-taraf font origin'ine istek atmaz (K33/K41). */

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

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

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

/* Metric-override'lı yerel fallback (K13 — CLS < 0.05 bütçesinin font ayağı):
   swap anına kadar Arial, Inter metriklerine ayarlanmış boyutla çizilir;
   swap'ta satır kırılımı değişmez. Değerler Inter'in yayınlanmış
   ascent/descent metriklerinden türetilmiş yaygın settir. */
@font-face {
  font-family: 'Inter-fallback';
  src: local('Arial');
  ascent-override: 90.2%;
  descent-override: 22.48%;
  line-gap-override: 0%;
  size-adjust: 107.4%;
}
