/* ==========================================================================
   MINIK SIRINLER - FONT YUKLEMELERI (self-host, KVKK: CDN YOK)
   Yukleme sirasi: fonts.css -> tokens.css -> site.css
   ========================================================================== */

/* ==========================================================================
   0. FONTLAR — KVKK gereği kendi sunucumuzdan (self-host)
   --------------------------------------------------------------------------
   Google Fonts CDN'i KULLANILMAZ: fonts.gstatic.com isteği ziyaretçinin
   IP adresini üçüncü tarafa taşır (KVKK m.9 yurt dışına aktarım).
   Dosyalar: public/fonts/*.woff2  — toplam 170 KB (6 dosya)
   Alt küme : latin + latin-ext  (latin-ext, ğĞşŞİ için ZORUNLUDUR)
   ========================================================================== */

/* --- Baloo 2 — BAŞLIK fontu. Türkçe glif kapsaması doğrulandı (856 glif). --- */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/baloo-2-latin-ext-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F,
                 U+2074, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/baloo-2-latin-ext-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F,
                 U+2074, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/baloo-2-latin-ext-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F,
                 U+2074, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Nunito — GÖVDE fontu. Türkçe glif kapsaması doğrulandı (938 glif). --- */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/nunito-latin-ext-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F,
                 U+2074, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/nunito-latin-ext-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F,
                 U+2074, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/nunito-latin-ext-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F,
                 U+2074, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
