/*
 * Lokal Fontlar — Google Fonts CDN'den bağımsız
 * GDPR uyumlu, gizlilik korumalı, daha hızlı
 *
 * KURULUM: Font dosyalarını indirin ve assets/fonts/ klasörüne koyun.
 * İndirme adresi: https://gwfh.mranftl.com/fonts
 * Aranacak fontlar: Cormorant Garamond, Lora, Karla
 * Formatlar: woff2 yeterli (tüm modern tarayıcılar destekler)
 *
 * VEYA: Google Fonts CDN kullanmak isterseniz functions.php'de
 * kalemizi_enqueue_assets() fonksiyonundaki kalemizi-fonts satırını
 * aşağıdaki ile değiştirin:
 *
 * wp_enqueue_style('kalemizi-fonts',
 *   'https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Karla:wght@300;400;500&display=swap',
 *   array(), null
 * );
 */

/* ─── Cormorant Garamond ─── */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Cormorant Garamond Light'),
       url('../fonts/cormorant-garamond-v16-latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond'),
       url('../fonts/cormorant-garamond-v16-latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond Italic'),
       url('../fonts/cormorant-garamond-v16-latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cormorant Garamond Medium'),
       url('../fonts/cormorant-garamond-v16-latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Cormorant Garamond Medium Italic'),
       url('../fonts/cormorant-garamond-v16-latin-ext-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Cormorant Garamond SemiBold'),
       url('../fonts/cormorant-garamond-v16-latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cormorant Garamond Bold'),
       url('../fonts/cormorant-garamond-v16-latin-ext-700.woff2') format('woff2');
}

/* ─── Lora ─── */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora'),
       url('../fonts/lora-v32-latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'),
       url('../fonts/lora-v32-latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Lora Medium'),
       url('../fonts/lora-v32-latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Lora SemiBold'),
       url('../fonts/lora-v32-latin-ext-600.woff2') format('woff2');
}

/* ─── Karla ─── */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Karla Light'),
       url('../fonts/karla-v30-latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Karla'),
       url('../fonts/karla-v30-latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Karla Medium'),
       url('../fonts/karla-v30-latin-ext-500.woff2') format('woff2');
}
