/*!
 * Würth kurumsal yazıtipleri — Wuerth Book (400) / Wuerth Bold (700)
 * ============================================================================
 * Font dosyaları: assets/fonts/wurth/  (kurumsal webfont'ların orijinalleri)
 *
 * Bu dosya header.tpl'de main.css'ten SONRA (head'in en sonunda) yüklenir ve
 * SADECE main.css/bootstrap.css'in font-family verdiği seçicileri geçersiz kılar:
 *     body   ·   h1-h6/.h1-.h6   ·   .main-header .logo   ·   .daterangepicker
 * Form öğeleri (input/button/select/textarea) bootstrap'te `font-family: inherit`
 * olduğu için body'den otomatik devralır — ayrıca kural gerekmez.
 *
 * İKON FONTLARINA DOKUNULMAZ: FontAwesome, Ionicons, Glyphicons kendi
 * seçicilerinde (.fa, .ion, .glyphicon) font-family tanımlar; burada `*` gibi
 * geniş seçici KULLANILMAZ, aksi halde ikonlar bozulurdu.
 *
 * Not: Wuerth fontlarında ₺ (U+20BA) glifi yoktur; o karakter yedek fonta düşer.
 */

/* ── @font-face ─────────────────────────────────────────────────────────── */

/* Gövde metni — Wuerth Book = normal (400) */
@font-face {
  font-family: 'Wuerth';
  src: url('../fonts/wurth/wuerthbook_webfont3_2.woff2') format('woff2'),
       url('../fonts/wurth/wuerthbook_webfont3_1.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Kalın metin (<b>, <strong>, font-weight:700) — Wuerth Bold */
@font-face {
  font-family: 'Wuerth';
  src: url('../fonts/wurth/wuerthbold_webfont3_2.woff2') format('woff2'),
       url('../fonts/wurth/wuerthbold_webfont3_1.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Wuerth Extra Bold Condensed BİLEREK tanımlanmadı: başlıklarda ve logoda fazla
   ağır duruyordu, her yerde normal Bold kullanılıyor. Dosyaları assets/fonts/wurth/
   altında duruyor; gerekirse burada bir @font-face ile geri açılabilir. */

/* ── Uygulama ───────────────────────────────────────────────────────────── */
/* Yedek zincir, font yüklenemezse eski görünümü aynen korur. */

body {
  font-family: 'Wuerth', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Wuerth', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Üst bardaki "Würth Albatros" logosu. İçerik <b> ile sarılı olduğu için
   font-weight:700 → Wuerth Bold yüzü seçilir; ayrıca kural gerekmez. */
.main-header .logo {
  font-family: 'Wuerth', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Tarih seçici kendi içinde `arial` sabitler; gövdeyle tutarlı olsun. */
.daterangepicker {
  font-family: 'Wuerth', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
